14 <output>CosmicsSimNoBkgTrackingVolume.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.
19 The particles are created on a cylinder of radius 125cm (right outside the tracking volume).
24 from basf2
import create_path, statistics, set_random_seed, process
25 from simulation
import add_simulation
26 from validation
import statistics_plots, event_timing_plot
28 set_random_seed(12345)
34 "EventInfoSetter", evtNumList=[10000], runList=[1], expList=[1003]
39 main.add_module(
"Cosmics")
45 main.add_module(
"Profile")
49 "RootOutput", outputFileName=
"../CosmicsSimNoBkgTrackingVolume.root"
52 main.add_module(
'Progress')
59 "CosmicsSimNoBkgTrackingVolume_statistics.root",
60 contact=
"Software team b2soft@mail.desy.de",
61 job_desc=
"a standard simulation job with Cosmics events",
62 prefix=
"CosmicsSimNoBkgTrackingVolume",
65 "../CosmicsSimNoBkgTrackingVolume.root",
66 "CosmicsSimNoBkgTrackingVolume_statistics.root",
67 contact=
"Software team b2soft@mail.desy.de",
68 job_desc=
"a standard simulation job with Cosmics events",
69 prefix=
"CosmicsSimNoBkgTrackingVolume",