13 <output>EvtGenSim.root</output>
15 <contact>arul.prakash@physik.uni-muenchen.de</contact>
16 <description>This steering file produces 1000 generic BBbar events with EvtGen
17 and runs the detector simulation with mixed in background.</description>
21from basf2
import set_random_seed, create_path, process
22from simulation
import add_simulation
23from validation
import statistics_plots, event_timing_plot
24from background
import get_background_files
31main.add_module(
"EventInfoSetter", evtNumList=[1000], runList=[1], expList=[0])
34main.add_module(
"EvtGenInput")
37add_simulation(main, bkgfiles=get_background_files())
40main.add_module(
"Profile")
43main.add_module(
"RootOutput", outputFileName=
"../EvtGenSim.root")
45main.add_module(
'Progress')
46process(main, calculateStatistics=
True)
49 "EvtGenSim_statistics.root",
50 contact=
"arul.prakash@physik.uni-muenchen.de",
51 job_desc=
"a standard simulation job with generic EvtGen events",
56 "EvtGenSim_statistics.root",
57 contact=
"arul.prakash@physik.uni-muenchen.de",
58 job_desc=
"a standard simulation job with generic EvtGen events",