14 <output>KShortGenSimNoBkg.root</output>
15 <contact>Software team b2soft@mail.desy.de</contact>
17 <description>This steering file produces 500 events with five KLong each
18 and runs the detector simulation without mixing in background.</description>
29 from simulation
import add_simulation
30 from validation
import statistics_plots, event_timing_plot
36 main.add_module(
"EventInfoSetter", evtNumList=[1500], runList=[1], expList=[0])
42 momentumGeneration=
"uniform",
43 momentumParams=[0.000, 1.000],
44 thetaGeneration=
"uniform",
45 thetaParams=[17, 150],
46 phiGeneration=
"uniform",
48 vertexGeneration=
"uniform",
49 xVertexParams=[0.0, 0.0],
50 yVertexParams=[0.0, 0.0],
51 zVertexParams=[0.0, 0.0],
56 main.add_module(register_module(
"Profile"))
57 main.add_module(
"RootOutput", outputFileName=
"../KShortGenSimNoBkg.root")
59 main.add_module(
'Progress')
66 "KShortGenSimNoBkg_statistics.root",
67 contact=
"Software team b2soft@mail.desy.de",
68 job_desc=
"a standard simulation job with KShortGenSimNoBkg particleGun",
69 prefix=
"KShortGenSimNoBkg",
72 "../KShortGenSimNoBkg.root",
73 "KShortGenSimNoBkg_statistics.root",
74 contact=
"Software team b2soft@mail.desy.de",
75 job_desc=
"a standard simulation job with Klong particleGun",
76 prefix=
"KShortGenSimNoBkg",