14 <output>EvtGenSimNoBkg.root</output>
15 <contact>Software team b2soft@mail.desy.de</contact>
17 <description>This steering file produces 1000 generic BBbar events with EvtGen
18 and runs the detector simulation without mixing in background.</description>
29 from simulation
import add_simulation
30 from beamparameters
import add_beamparameters
31 from validation
import statistics_plots, event_timing_plot
33 set_random_seed(12345)
38 eventinfosetter = register_module(
"EventInfoSetter")
39 eventinfosetter.param(
"evtNumList", [1000])
40 eventinfosetter.param(
"runList", [1])
41 eventinfosetter.param(
"expList", [0])
42 main.add_module(eventinfosetter)
45 beamparameters = add_beamparameters(main,
"Y4S")
49 evtgeninput = register_module(
"EvtGenInput")
50 main.add_module(evtgeninput)
56 main.add_module(register_module(
"Profile"))
59 output = register_module(
"RootOutput")
60 output.param(
"outputFileName",
"../EvtGenSimNoBkg.root")
61 main.add_module(output)
63 main.add_module(
'Progress')
70 "EvtGenSimNoBkg_statistics.root",
71 contact=
"Software team b2soft@mail.desy.de",
72 job_desc=
"a standard simulation job with generic EvtGen events",
73 prefix=
"EvtGenSimNoBkg",
76 "../EvtGenSimNoBkg.root",
77 "EvtGenSimNoBkg_statistics.root",
78 contact=
"Software team b2soft@mail.desy.de",
79 job_desc=
"a standard simulation job with generic EvtGen events",
80 prefix=
"EvtGenSimNoBkg",