14 <contact>Software team b2soft@mail.desy.de</contact>
15 <output>EvtGenSimRecLarge.root</output>
17 This steering file produces 10000 generic BBbar events with
18 EvtGen, runs the detector simulation with mixed in background, and performs
19 the standard reconstruction. It will only be run for release validation in
20 order to test the software on a larger set of events to be more closer to
21 the typical runtime on a grid site.
23 <interval>release</interval>
34 from simulation
import add_simulation
35 from reconstruction
import add_reconstruction
36 from beamparameters
import add_beamparameters
37 from background
import get_background_files
38 from validation
import statistics_plots, event_timing_plot
40 set_random_seed(12345)
45 eventinfosetter = register_module(
"EventInfoSetter")
47 eventinfosetter.param(
"evtNumList", [40000])
48 eventinfosetter.param(
"runList", [1])
49 eventinfosetter.param(
"expList", [0])
50 main.add_module(eventinfosetter)
53 beamparameters = add_beamparameters(main,
"Y4S")
57 evtgeninput = register_module(
"EvtGenInput")
58 main.add_module(evtgeninput)
61 add_simulation(main, bkgfiles=get_background_files())
64 add_reconstruction(main)
67 main.add_module(register_module(
"Profile"))
76 "EvtGenSimRecLarge_statistics.root",
77 contact=
"Software team b2soft@mail.desy.de",
78 job_desc=
"a standard simulation and reconstruction job with generic "
80 prefix=
"EvtGenSimRecLarge",
83 "../EvtGenSimRecLarge.root",
84 "EvtGenSimRecLarge_statistics.root",
85 contact=
"Software team b2soft@mail.desy.de",
86 job_desc=
"a standard simulation and reconstruction job with generic "
88 prefix=
"EvtGenSimRecLarge",