6 <output>EvtGenSim.root</output>
8 <contact>Software team b2soft@mail.desy.de</contact>
9 <description>This steering file produces 1000 generic BBbar events with EvtGen
10 and runs the detector simulation with mixed in background.</description>
14 from basf2
import set_random_seed, create_path, process, statistics
15 from simulation
import add_simulation
16 from L1trigger
import add_tsim
17 from validation
import statistics_plots, event_timing_plot
18 from background
import get_background_files
20 set_random_seed(12345)
25 main.add_module(
'EventInfoSetter', evtNumList=[1000], runList=[1], expList=[0])
28 main.add_module(
'EvtGenInput')
31 add_simulation(main, bkgfiles=get_background_files())
37 main.add_module(
'Profile')
40 main.add_module(
'RootOutput', outputFileName=
'../EvtGenSim.root')
48 'EvtGenSim_statistics.root',
49 contact=
'Software team b2soft@mail.desy.de',
50 job_desc=
'a standard simulation job with generic EvtGen events',
54 '../EvtGenSim.root',
'EvtGenSim_statistics.root',
55 contact=
'Software team b2soft@mail.desy.de',
56 job_desc=
'a standard simulation job with generic EvtGen events',