source: trunk/examples/extended/electromagnetic/TestEm10/watase86.mac @ 1279

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

update

File size: 1.9 KB
Line 
1#
2# Macro file 'salice.mac' for the initialization phase of "TestEm10.cc"       
3# with NIM A248 (1986) 379-388 (fig. 7) setup
4#
5/control/verbose 2
6#
7#
8/run/verbose 2
9#
10#  PLOT: energy deposit distribution in absorber (g4.11)
11#
12/plots/sethistName g4.p11
13/plots/setnbinEn 30
14/plots/setEnlow 0.0 MeV
15/plots/setEnhigh 0.06  MeV
16#
17#
18# Change and choice of experimental setups. Can be
19# simpleALICE.,
20#
21#
22/XTRdetector/setup watase86
23#
24# these commands do not change energy cuts???
25#
26# Set XTR model (default: transpM). Name list consits:
27# gammaR, gammaM, regR, regM, strawR, transpR, transpM
28#
29# R - XTR dE/dx models, M - XTR flux after radiator models
30#
31#/emphyslist/setXTRModel  transpM
32#/emphyslist/setXTRModel  transpR
33#
34#/emphyslist/setXTRModel  gammaM
35#/emphyslist/setXTRModel  gammaR
36#
37#/emphyslist/setXTRModel  strawR
38#
39#/emphyslist/setXTRModel  regM
40/emphyslist/setXTRModel  regR
41#
42#/emphyslist/eMinEnergy 100. 
43#/emphyslist/gMinEnergy 100. 
44#
45#
46/run/particle/applyCuts
47#
48# set cuts in XTR radiator
49#
50/emphyslist/setGammaCut 1.0
51/emphyslist/setElectronCut 1.0
52/emphyslist/setPositronCut 1.0
53/emphyslist/setRadiatorCuts 1.0
54#
55# set cuts in XTR detector
56#
57/emphyslist/setGammaCut 1.0
58/emphyslist/setElectronCut 1.0
59/emphyslist/setPositronCut 1.0
60/emphyslist/setDetectorCuts 1.0
61#
62/run/initialize
63#
64#/XTRdetector/update
65#
66#Innactivate some processes: msc eIoni eBrem RegularXTRadiator
67#                            hIoni
68#
69# (switch off dEdx and msc always together!)
70#
71#/process/inactivate msc
72#/process/inactivate eIoni
73#/process/inactivate hIoni
74#
75#/process/inactivate eBrem
76#
77# Inactivate gamma processes
78#
79#/process/inactivate phot
80#/process/inactivate compt
81#/process/inactivate conv
82#
83#/process/inactivate RegularXTRadiator
84#
85#/process/inactivate GammaXTRadiator
86#
87#/process/eLoss/fluct false
88#
89#/process/verbose 1
90#
91#
92# Particle and its energy
93#
94/gun/particle e-
95/gun/energy 2000.0 MeV
96#
97#/tracking/verbose 1
98#
99/event/printModulo 1000
100/run/beamOn 10000
101#
102
103
104
105
106
107
108
109
110
111
Note: See TracBrowser for help on using the repository browser.