13 <output>EvtGenSimNoBkg.root</output>
14 <contact>arul.prakash@physik.uni-muenchen.de</contact>
16 <description>This steering file produces 1000 generic BBbar events
with EvtGen
17 and runs the detector simulation without mixing
in background.</description>
28from simulation
import add_simulation
29from beamparameters
import add_beamparameters
30from validation
import statistics_plots, event_timing_plot
37eventinfosetter = register_module(
"EventInfoSetter")
38eventinfosetter.param(
"evtNumList", [1000])
39eventinfosetter.param(
"runList", [1])
40eventinfosetter.param(
"expList", [0])
41main.add_module(eventinfosetter)
44beamparameters = add_beamparameters(main,
"Y4S")
48evtgeninput = register_module(
"EvtGenInput")
49main.add_module(evtgeninput)
55main.add_module(register_module(
"Profile"))
58output = register_module(
"RootOutput")
59output.param(
"outputFileName",
"../EvtGenSimNoBkg.root")
60main.add_module(output)
62main.add_module(
'Progress')
69 "EvtGenSimNoBkg_statistics.root",
70 contact=
"arul.prakash@physik.uni-muenchen.de",
71 job_desc=
"a standard simulation job with generic EvtGen events",
72 prefix=
"EvtGenSimNoBkg",
75 "../EvtGenSimNoBkg.root",
76 "EvtGenSimNoBkg_statistics.root",
77 contact=
"arul.prakash@physik.uni-muenchen.de",
78 job_desc=
"a standard simulation job with generic EvtGen events",
79 prefix=
"EvtGenSimNoBkg",