14 <output>CosmicsSimNoBkg.root</output>
15 <contact>Software team b2soft@mail.desy.de</contact>
18 This steering file produces 10000 cosmic ray events without background, for the early_phase3 geometry.
23 from basf2
import create_path, statistics, set_random_seed, process
24 from simulation
import add_simulation
25 from validation
import statistics_plots, event_timing_plot
27 set_random_seed(12345)
33 "EventInfoSetter", evtNumList=[10000], runList=[1], expList=[1003]
38 main.add_module(
"Cosmics", cylindricalR=350)
44 main.add_module(
"Profile")
47 main.add_module(
"RootOutput", outputFileName=
"../CosmicsSimNoBkg.root")
49 main.add_module(
'Progress')
56 "CosmicsSimNoBkg_statistics.root",
57 contact=
"Software team b2soft@mail.desy.de",
58 job_desc=
"a standard simulation job with Cosmics events",
59 prefix=
"CosmicsSimNoBkg",
62 "../CosmicsSimNoBkg.root",
63 "CosmicsSimNoBkg_statistics.root",
64 contact=
"Software team b2soft@mail.desy.de",
65 job_desc=
"a standard simulation job with Cosmics events",
66 prefix=
"CosmicsSimNoBkg",