source: trunk/source/geometry/magneticfield/test/field01/run2.mac @ 1199

Last change on this file since 1199 was 1199, checked in by garnier, 15 years ago

nvx fichiers dans CVS

File size: 2.4 KB
Line 
1#
2# Macro file for the initialization phase of "TestEm5.cc"
3#
4# It creates the default geometry (simple absorber cylinder )       
5#
6/control/verbose 2
7#control/saveHistory
8/run/verbose 2
9#
10# /run/setdefault 
11# /run/setintegral
12# /run/setcontonly
13# /run/setionplus 
14/run/setdefault
15/run/setminDeltaEnergy 1. keV
16/run/setdRoverR 0.050
17/run/setfinalR  0.001 mm
18#
19#  PLOT: nb of steps ....................................................
20/plots/setnbinStep 100
21/plots/setSteplow 0.
22/plots/setStephigh 100.
23#  PLOT: sum of tracklength of charged particles .........................
24/plots/setnbinTl 50
25/plots/setTllow 0.0 mm
26/plots/setTlhigh 1.0 mm
27#  PLOT: energy deposit distribution in absorber............................
28/plots/setnbinEn 60
29/plots/setEnlow 0.0 MeV
30/plots/setEnhigh 1.20 MeV 
31#  PLOT: energy of transmitted particles (with quantum numbers of the primary)
32/plots/setnbinTt 50
33/plots/setTtlow 0.0 MeV
34/plots/setTthigh 1.0 MeV
35#  PLOT: angle distr. of transmitted particles
36/plots/setnbinTh 30
37/plots/setThlow 0.0 deg   
38/plots/setThhigh 90. deg   
39#  PLOT: lateral displacement for transmitted particles at exit
40/plots/setnbinR 50
41/plots/setRlow 0.0 mm
42/plots/setRhigh 0.25 mm
43#  PLOT: energy of backscattered particles (with quantum numbers of the primary)
44/plots/setnbinTb 50
45/plots/setTblow 0.0 MeV
46/plots/setTbhigh 1.0 MeV
47#  PLOT: andle distr. of backscattered particles
48/plots/setnbinThback 30
49/plots/setThlowback 0.0 deg   
50/plots/setThhighback 90.0 deg   
51#  PLOT: energy spectrum of charged secondaries
52/plots/setnbinTsec 100
53/plots/setTseclow 0.00 MeV
54/plots/setTsechigh 0.50 MeV
55#  PLOT: z coord. of e+/e- production
56/plots/setnbinzvertex 100
57/plots/setzlow -0.0500 mm
58/plots/setzhigh 0.0500 mm
59#  PLOT: energy spectrum of photons escaping the absorber (forward)
60/plots/setnbinGamma 100
61/plots/setElowGamma 1.0 keV
62/plots/setEhighGamma 1000.0 keV
63#
64/run/initialize
65/calor/setAbsMat Gold 
66#
67/calor/setAbsThick 0.10 mm
68/calor/setAbsRad 10.00 mm
69/calor/update
70#
71# /event/setsignoise 3.8 keV
72# /event/setcutlow 0.0 keV
73#
74/run/particle/setCut 0.0001000 mm
75/run/initialize
76/run/particle/dumpCutValues
77#
78/gun/particle e-
79/gun/energy 1. MeV
80/gun/xvertex 0.000 mm
81/gun/yvertex 0.000 mm
82/gun/zvertex -0.0500 mm
83#
84/tracking/verbose 0
85/stepping/setprintlimit 1000
86/event/setverbose 0
87/stepping/setverbose 0
88/stepping/setnbofevents 0
89/stepping/seteventno  99
90#
91/run/beamOn 10000
92#
93
Note: See TracBrowser for help on using the repository browser.