14 <output>EvtGenSim.root</output>
16 <contact>Software team b2soft@mail.desy.de</contact>
17 <description>This steering file produces 1000 generic BBbar events with EvtGen
18 and runs the detector simulation with mixed in background.</description>
22 from basf2
import set_random_seed, create_path, process, statistics
23 from simulation
import add_simulation
24 from validation
import statistics_plots, event_timing_plot
25 from background
import get_background_files
27 set_random_seed(12345)
32 main.add_module(
"EventInfoSetter", evtNumList=[1000], runList=[1], expList=[0])
35 main.add_module(
"EvtGenInput")
38 add_simulation(main, bkgfiles=get_background_files())
41 main.add_module(
"Profile")
44 main.add_module(
"RootOutput", outputFileName=
"../EvtGenSim.root")
46 main.add_module(
'Progress')
53 "EvtGenSim_statistics.root",
54 contact=
"Software team b2soft@mail.desy.de",
55 job_desc=
"a standard simulation job with generic EvtGen events",
60 "EvtGenSim_statistics.root",
61 contact=
"Software team b2soft@mail.desy.de",
62 job_desc=
"a standard simulation job with generic EvtGen events",