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)
69 "EvtGenSimNoBkg_statistics.root",
70 contact=
"Software team b2soft@mail.desy.de",
71 job_desc=
"a standard simulation job with generic EvtGen events",
72 prefix=
"EvtGenSimNoBkg",
75 "../EvtGenSimNoBkg.root",
76 "EvtGenSimNoBkg_statistics.root",
77 contact=
"Software team b2soft@mail.desy.de",
78 job_desc=
"a standard simulation job with generic EvtGen events",
79 prefix=
"EvtGenSimNoBkg",