13 <output>EvtGenSimNoBkg.root</output>
15 <contact>giacomo.pietro@kit.edu</contact>
16 <description>This steering file produces 1000 generic BBbar events with EvtGen
17 and runs the detector simulation without 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 validationgenerators
import add_evtgen_for_validation
31main.add_module(
"EventInfoSetter", evtNumList=[1000], runList=[1], expList=[0])
34add_evtgen_for_validation(main)
40main.add_module(
"Profile")
43main.add_module(
"RootOutput", outputFileName=
"../EvtGenSimNoBkg.root")
45main.add_module(
'Progress')
46process(main, calculateStatistics=
True)
49 "EvtGenSimNoBkg_statistics.root",
50 contact=
"giacomo.pietro@kit.edu",
51 job_desc=
"a standard simulation job with generic EvtGen events and no beam background",
52 prefix=
"EvtGenSimNoBkg",
55 "../EvtGenSimNoBkg.root",
56 "EvtGenSimNoBkg_statistics.root",
57 contact=
"giacomo.pietro@kit.edu",
58 job_desc=
"a standard simulation job with generic EvtGen events and no beam background",
59 prefix=
"EvtGenSimNoBkg",