6 <input>EvtGenSim.root</input>
7 <output>EvtRec.root,EvtRec_mdst.root</output>
9 <contact>Software team b2soft@mail.desy.de</contact>
11 This steering file runs the standard reconstruction on an input file with
17 from basf2
import set_random_seed, create_path, process, statistics, \
19 from reconstruction
import add_reconstruction, add_mdst_output
20 from validation
import statistics_plots, event_timing_plot
22 set_random_seed(12345)
27 main.add_module(
'RootInput', inputFileName=
'../EvtGenSim.root')
30 main.add_module(
'Gearbox')
33 main.add_module(
'Geometry')
36 add_reconstruction(main)
39 main.add_module(
'Profile')
42 main.add_module(
'RootOutput', outputFileName=
'../EvtRec.root')
43 add_mdst_output(main,
True,
'../EvtRec_mdst.root')
51 'EvtRec_statistics.root',
52 contact=
'Software team b2soft@mail.desy.de',
53 job_desc=
'a standard reconstruction job with generic EvtGen events',
58 'EvtRec_statistics.root',
59 contact=
'Software team b2soft@mail.desy.de',
60 job_desc=
'a standard reconstruction job with generic EvtGen events',