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")
55 "CosmicsSimNoBkg_statistics.root",
56 contact=
"Software team b2soft@mail.desy.de",
57 job_desc=
"a standard simulation job with Cosmics events",
58 prefix=
"CosmicsSimNoBkg",
61 "../CosmicsSimNoBkg.root",
62 "CosmicsSimNoBkg_statistics.root",
63 contact=
"Software team b2soft@mail.desy.de",
64 job_desc=
"a standard simulation job with Cosmics events",
65 prefix=
"CosmicsSimNoBkg",