13 <input>EvtGenSim.root</input>
14 <output>EvtRec.root,EvtRec_mdst.root</output>
16 <contact>arul.prakash@physik.uni-muenchen.de</contact>
18 This steering file runs the standard reconstruction on an input file with
24from basf2
import set_random_seed, create_path, process
25from reconstruction
import add_reconstruction
26from mdst
import add_mdst_output
27from validation
import statistics_plots, event_timing_plot
34main.add_module(
"RootInput", inputFileName=
"../EvtGenSim.root")
37main.add_module(
"Gearbox")
40main.add_module(
"Geometry")
43add_reconstruction(main)
46main.add_module(
"Profile")
49main.add_module(
"RootOutput", outputFileName=
"../EvtRec.root")
50add_mdst_output(main,
True,
"../EvtRec_mdst.root")
52main.add_module(
'Progress')
53process(main, calculateStatistics=
True)
56 "EvtRec_statistics.root",
57 contact=
"arul.prakash@physik.uni-muenchen.de",
58 job_desc=
"a standard reconstruction job with generic EvtGen events",
63 "EvtRec_statistics.root",
64 contact=
"arul.prakash@physik.uni-muenchen.de",
65 job_desc=
"a standard reconstruction job with generic EvtGen events",