14 <input>EvtGenSim.root</input>
15 <output>EvtRec.root,EvtRec_mdst.root</output>
17 <contact>Software team b2soft@mail.desy.de</contact>
19 This steering file runs the standard reconstruction on an input file with
25 from basf2
import set_random_seed, create_path, process, statistics
26 from reconstruction
import add_reconstruction, add_mdst_output
27 from validation
import statistics_plots, event_timing_plot
29 set_random_seed(12345)
34 main.add_module(
"RootInput", inputFileName=
"../EvtGenSim.root")
37 main.add_module(
"Gearbox")
40 main.add_module(
"Geometry")
43 add_reconstruction(main)
46 main.add_module(
"Profile")
49 main.add_module(
"RootOutput", outputFileName=
"../EvtRec.root")
50 add_mdst_output(main,
True,
"../EvtRec_mdst.root")
58 "EvtRec_statistics.root",
59 contact=
"Software team b2soft@mail.desy.de",
60 job_desc=
"a standard reconstruction job with generic EvtGen events",
65 "EvtRec_statistics.root",
66 contact=
"Software team b2soft@mail.desy.de",
67 job_desc=
"a standard reconstruction job with generic EvtGen events",