source: trunk/examples/extended/electromagnetic/TestEm10/alice06.mac @ 1309

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

update

File size: 2.1 KB
Line 
1#
2# Macro file 'salice.mac' for the initialization phase of "TestEm10.cc"       
3# with ALICE simplified test beam 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 41
14/plots/setEnlow 0.00 MeV
15/plots/setEnhigh 0.041  MeV
16#
17#
18# Change and choice of experimental setups. Can be
19# simpleALICE.,
20#
21#
22/XTRdetector/setup alice06
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#/emphyslist/setXTRModel  gammaM
34#/emphyslist/setXTRModel  gammaR
35#/emphyslist/setXTRModel  strawR
36#/emphyslist/setXTRModel  regM
37#/emphyslist/setXTRModel  regR
38#
39#/emphyslist/eMinEnergy 100. 
40#/emphyslist/gMinEnergy 100. 
41#
42#
43/run/particle/applyCuts
44#
45# set cuts in XTR radiator
46#
47/emphyslist/setGammaCut 0.001
48/emphyslist/setElectronCut 0.001
49/emphyslist/setPositronCut 0.001
50/emphyslist/setRadiatorCuts 0.001
51#
52# set cuts in XTR detector
53#
54/emphyslist/setGammaCut 1.01
55/emphyslist/setElectronCut 1.01
56/emphyslist/setPositronCut 1.01
57#
58/emphyslist/setDetectorCuts 1.01
59#
60/run/initialize
61#
62/geometry/test/run
63/geometry/test/recursive_test
64#
65#/XTRdetector/update
66#
67#Innactivate some processes: msc eIoni eBrem RegularXTRadiator
68#                            hIoni
69#
70# (switch off dEdx and msc always together!)
71#
72#/process/inactivate msc
73#/process/inactivate eIoni
74#/process/inactivate hIoni
75#
76#/process/inactivate eBrem
77#
78# Inactivate gamma processes
79#
80#/process/inactivate phot
81#/process/inactivate compt
82#/process/inactivate conv
83#
84/process/inactivate UserMaxStep
85#
86#/process/inactivate SynchrotronRadiation
87#
88#/process/inactivate RegularXTRadiator
89#
90#/process/inactivate GammaXTRadiator
91#
92#/process/eLoss/fluct false
93#
94#/process/verbose 1
95#
96#
97# Particle and its energy
98#
99/gun/particle e-
100/gun/energy 2000.0 MeV
101#
102
103#/tracking/verbose 1
104#
105/event/printModulo 1000
106/run/beamOn 10000
107#
108
109
110
111
112
113
114
115
116
117
Note: See TracBrowser for help on using the repository browser.