source: trunk/source/geometry/magneticfield/test/field02/run1.mac @ 1347

Last change on this file since 1347 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.001
17# /run/setfinalR  0.001 mm
18#
19#  PLOT: nb of steps ....................................................
20/plots/setnbinStep 100
21/plots/setSteplow 0.
22/plots/setStephigh 2000.
23#  PLOT: sum of tracklength of charged particles .........................
24/plots/setnbinTl 0
25/plots/setTllow 0.0 mm
26/plots/setTlhigh 3.0 mm
27#  PLOT: energy deposit distribution in absorber............................
28/plots/setnbinEn 0
29/plots/setEnlow 0.0 MeV
30/plots/setEnhigh 1.50 MeV 
31#  PLOT: energy of transmitted particles (with quantum numbers of the primary)
32/plots/setnbinTt 0
33/plots/setTtlow 0.0 MeV
34/plots/setTthigh 1.0 MeV
35#  PLOT: angle distr. of transmitted particles
36/plots/setnbinTh 0
37/plots/setThlow 0.0 deg   
38/plots/setThhigh 90. deg   
39#  PLOT: lateral displacement for transmitted particles at exit
40/plots/setnbinR 0
41/plots/setRlow 0.0 mm
42/plots/setRhigh 2.0 mm
43#  PLOT: energy of backscattered particles (with quantum numbers of the primary)
44/plots/setnbinTb 0
45/plots/setTblow 0.0 MeV
46/plots/setTbhigh 1.0 MeV
47#  PLOT: angle distr. of backscattered particles
48/plots/setnbinThback 0
49/plots/setThlowback 0.0 deg   
50/plots/setThhighback 90.0 deg   
51#  PLOT: energy spectrum of charged secondaries
52/plots/setnbinTsec 0
53/plots/setTseclow 0.00 MeV
54/plots/setTsechigh 0.50 MeV
55#  PLOT: z coord. of e+/e- production
56/plots/setnbinzvertex 0
57/plots/setzlow -0.500 mm
58/plots/setzhigh 0.500 mm
59#  PLOT: energy spectrum of photons escaping the absorber (forward)
60/plots/setnbinGamma 0
61/plots/setElowGamma 1.0 keV
62/plots/setEhighGamma 1000.0 keV
63#
64/run/initialize
65/calor/setAbsMat Aluminium
66#
67/calor/setAbsThick 20.0 m 
68/calor/setAbsRad 10.00 m
69/calor/update
70#
71# /event/setsignoise 3.8 keV
72# /event/setcutlow 0.0 keV
73#
74/calor/cutG 2.2 mm   
75/calor/cutE 6.05 micrometer
76/run/initialize
77/run/particle/dumpCutValues
78#
79#
80/gun/particle e-
81/gun/energy 100. MeV
82/gun/xvertex 0.000 mm
83/gun/yvertex 0.000 mm
84/gun/zvertex -5.000 m
85#
86/tracking/verbose 0
87/stepping/setprintlimit 1000
88/event/setverbose 0
89/stepping/setverbose 0
90/stepping/setnbofevents 0
91/stepping/seteventno  99
92#
93/run/beamOn 10
94#
95
Note: See TracBrowser for help on using the repository browser.