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>
28from simulation
import add_simulation
29from validation
import statistics_plots, event_timing_plot
35main.add_module(
"EventInfoSetter", evtNumList=[1500], runList=[1], expList=[0])
41 momentumGeneration=
"uniform",
42 momentumParams=[0.000, 1.000],
43 thetaGeneration=
"uniform",
44 thetaParams=[17, 150],
45 phiGeneration=
"uniform",
47 vertexGeneration=
"uniform",
48 xVertexParams=[0.0, 0.0],
49 yVertexParams=[0.0, 0.0],
50 zVertexParams=[0.0, 0.0],
55main.add_module(register_module(
"Profile"))
56main.add_module(
"RootOutput", outputFileName=
"../KShortGenSimNoBkg.root")
58main.add_module(
'Progress')
65 "KShortGenSimNoBkg_statistics.root",
66 contact=
"arul.prakash@physik.uni-muenchen.de",
67 job_desc=
"a standard simulation job with KShortGenSimNoBkg particleGun",
68 prefix=
"KShortGenSimNoBkg",
71 "../KShortGenSimNoBkg.root",
72 "KShortGenSimNoBkg_statistics.root",
73 contact=
"arul.prakash@physik.uni-muenchen.de",
74 job_desc=
"a standard simulation job with Klong particleGun",
75 prefix=
"KShortGenSimNoBkg",