6 <output>EvtGenSimRec.root</output>
8 <contact>Software team b2soft@mail.desy.de</contact>
9 <description>This steering file produces 1000 generic BBbar events with EvtGen,
10 runs the detector simulation with mixed in background, and performs the standard reconstruction.</description>
14 from basf2
import set_random_seed, create_path, process, statistics, \
16 from simulation
import add_simulation
17 from L1trigger
import add_tsim
18 from reconstruction
import add_reconstruction
19 from validation
import statistics_plots, event_timing_plot
20 from background
import get_background_files
22 set_random_seed(12345)
30 main.add_module(
'EventInfoSetter', evtNumList=[1000], runList=[1], expList=[0])
33 main.add_module(
'EvtGenInput')
36 add_simulation(main, bkgfiles=get_background_files())
42 add_reconstruction(main)
45 main.add_module(
'Profile')
50 additionalBranchNames=[
'SpacePoints',
'SVDSpacePoints'],
51 outputFileName=
'../EvtGenSimRec.root'
60 'EvtGenSimRec_statistics.root',
61 contact=
'Software team b2soft@mail.desy.de',
62 job_desc=
'a standard simulation and reconstruction job with generic EvtGen events',
66 '../EvtGenSimRec.root',
'EvtGenSimRec_statistics.root',
67 contact=
'Software team b2soft@mail.desy.de',
68 job_desc=
'a standard simulation and reconstruction job with generic EvtGen events',