13 <output>KShortGenSimNoBkg.root</output>
14 <contact>arul.prakash@physik.uni-muenchen.de</contact>
16 <description>This steering file produces 500 events with five KLong each
17 and runs the detector simulation without mixing in background.</description>
27from simulation
import add_simulation
28from validation
import statistics_plots, event_timing_plot
34main.add_module(
"EventInfoSetter", evtNumList=[1500], runList=[1], expList=[0])
40 momentumGeneration=
"uniform",
41 momentumParams=[0.000, 1.000],
42 thetaGeneration=
"uniform",
43 thetaParams=[17, 150],
44 phiGeneration=
"uniform",
46 vertexGeneration=
"uniform",
47 xVertexParams=[0.0, 0.0],
48 yVertexParams=[0.0, 0.0],
49 zVertexParams=[0.0, 0.0],
54main.add_module(register_module(
"Profile"))
55main.add_module(
"RootOutput", outputFileName=
"../KShortGenSimNoBkg.root")
57main.add_module(
'Progress')
58process(main, calculateStatistics=
True)
61 "KShortGenSimNoBkg_statistics.root",
62 contact=
"arul.prakash@physik.uni-muenchen.de",
63 job_desc=
"a standard simulation job with KShortGenSimNoBkg particleGun",
64 prefix=
"KShortGenSimNoBkg",
67 "../KShortGenSimNoBkg.root",
68 "KShortGenSimNoBkg_statistics.root",
69 contact=
"arul.prakash@physik.uni-muenchen.de",
70 job_desc=
"a standard simulation job with Klong particleGun",
71 prefix=
"KShortGenSimNoBkg",