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>
27from simulation
import add_simulation
28from beamparameters
import add_beamparameters
29from validation
import statistics_plots, event_timing_plot
36eventinfosetter = register_module(
"EventInfoSetter")
37eventinfosetter.param(
"evtNumList", [1000])
38eventinfosetter.param(
"runList", [1])
39eventinfosetter.param(
"expList", [0])
40main.add_module(eventinfosetter)
43beamparameters = add_beamparameters(main,
"Y4S")
47evtgeninput = register_module(
"EvtGenInput")
48main.add_module(evtgeninput)
54main.add_module(register_module(
"Profile"))
57output = register_module(
"RootOutput")
58output.param(
"outputFileName",
"../EvtGenSimNoBkg.root")
59main.add_module(output)
61main.add_module(
'Progress')
62process(main, calculateStatistics=
True)
65 "EvtGenSimNoBkg_statistics.root",
66 contact=
"arul.prakash@physik.uni-muenchen.de",
67 job_desc=
"a standard simulation job with generic EvtGen events",
68 prefix=
"EvtGenSimNoBkg",
71 "../EvtGenSimNoBkg.root",
72 "EvtGenSimNoBkg_statistics.root",
73 contact=
"arul.prakash@physik.uni-muenchen.de",
74 job_desc=
"a standard simulation job with generic EvtGen events",
75 prefix=
"EvtGenSimNoBkg",