13 <output>CosmicsSimNoBkg.root</output>
14 <contact>arul.prakash@physik.uni-muenchen.de</contact>
17 This steering file produces 10000 cosmic ray events without background, for the early_phase3 geometry.
22from basf2
import create_path, set_random_seed, process
23from simulation
import add_simulation
24from validation
import statistics_plots, event_timing_plot
32 "EventInfoSetter", evtNumList=[10000], runList=[1], expList=[1003]
37main.add_module(
"Cosmics", cylindricalR=350)
43main.add_module(
"Profile")
46main.add_module(
"RootOutput", outputFileName=
"../CosmicsSimNoBkg.root")
48main.add_module(
'Progress')
49process(main, calculateStatistics=
True)
52 "CosmicsSimNoBkg_statistics.root",
53 contact=
"arul.prakash@physik.uni-muenchen.de",
54 job_desc=
"a standard simulation job with Cosmics events",
55 prefix=
"CosmicsSimNoBkg",
58 "../CosmicsSimNoBkg.root",
59 "CosmicsSimNoBkg_statistics.root",
60 contact=
"arul.prakash@physik.uni-muenchen.de",
61 job_desc=
"a standard simulation job with Cosmics events",
62 prefix=
"CosmicsSimNoBkg",