source: trunk/examples/extended/electromagnetic/TestEm8/run11.mac @ 1279

Last change on this file since 1279 was 807, checked in by garnier, 16 years ago

update

File size: 1.4 KB
Line 
1#
2# Macro file 'run11.mac' for the initialization phase of "TestEm8.cc"
3#
4# It creates the default geometry (simple absorber cylinder )       
5#
6/control/verbose 2
7/run/verbose 2
8#/tracking/verbose 2
9#
10#
11#  select EM PhysicsList
12#
13/testem/phys/addPhysics  pai
14#
15#/testem/phys/addPhysics  pai-photon
16#
17#/testem/phys/addPhysics  standard
18#
19#/testem/phys/addPhysics model
20#
21/testem/phys/setCuts    1 mm
22#/testem/phys/VertexCuts 0.1 mm
23#/testem/phys/MuonCuts  10.0 mm
24#/testem/stepMax         10 mm
25#
26#/process/eLoss/preciseRange  true
27#/process/eLoss/integral      true
28#
29#  hist file name
30#
31/plots/sethistName g4.p11
32#
33#  PLOT: energy deposit distribution in absorber
34#
35/plots/setnbinEn 150
36/plots/setEnlow 0.00 MeV
37/plots/setEnhigh 0.3  MeV 
38#
39#
40#/process/eLoss/verbose 2
41#
42/run/initialize
43/run/particle/dumpCutValues
44#
45#/gun/particle e-
46#
47#/gun/particle proton
48#
49/gun/particle pi+
50#
51#/gun/particle mu-
52#
53#/gun/energy 4862.38 MeV
54#
55#/gun/energy 2210.00 MeV
56#
57#/gun/energy 1.00 MeV
58#
59#/gun/energy 8861.00 MeV
60#
61#/gun/energy 2864.00 MeV
62#
63/gun/energy 3863.00 MeV
64#
65#/gun/energy 318.0 MeV
66#
67#/gun/energy 10.46 MeV
68#
69#/tracking/verbose 1
70#
71/calor/setGammaCut 0.1
72/calor/setElectronCut 0.1
73/calor/setPositronCut 0.1
74/calor/update
75#
76#/testem/stepMax 10 mm
77#
78/run/initialize
79#
80#/tracking/verbose 1
81#
82/event/printModulo 1000
83/run/beamOn 50000
84#
85#/run/beamOn 3820
86#/tracking/verbose 6
87#/event/printModulo 1
88#/run/beamOn 10
89#
90
91
92
93
94
95
96
97
Note: See TracBrowser for help on using the repository browser.