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

Last change on this file since 1309 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 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 35
14/plots/setEnlow 0.0 MeV
15/plots/setEnhigh 0.07  MeV
16#
17#
18# Change and choice of experimental setups. Can be
19# simpleALICE.,
20#
21#
22/XTRdetector/setup simpleALICE
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 1.0
48/emphyslist/setElectronCut 100.0
49/emphyslist/setPositronCut 100.
50/emphyslist/setRadiatorCuts 1.
51#
52# set cuts in XTR detector
53#
54/emphyslist/setGammaCut 100.0
55/emphyslist/setElectronCut 100.0
56/emphyslist/setPositronCut 100.
57/emphyslist/setDetectorCuts 1.
58#
59/run/initialize
60#
61#/XTRdetector/update
62#
63#Innactivate some processes: msc eIoni eBrem RegularXTRadiator
64#                            hIoni
65#
66# (switch off dEdx and msc always together!)
67#
68/process/inactivate msc
69/process/inactivate eIoni
70/process/inactivate hIoni
71#
72#/process/inactivate eBrem
73#
74# Inactivate gamma processes
75#
76#/process/inactivate phot
77#/process/inactivate compt
78#/process/inactivate conv
79#
80#/process/inactivate RegularXTRadiator
81#
82#/process/inactivate GammaXTRadiator
83#
84#/process/eLoss/fluct false
85#
86#/process/verbose 1
87#
88#
89# Particle and its energy
90#
91/gun/particle e-
92/gun/energy 2000.0 MeV
93#
94
95#/tracking/verbose 2
96#
97/event/printModulo 1000
98/run/beamOn 5000
99#
100
101
102
103
104
105
106
107
108
109
Note: See TracBrowser for help on using the repository browser.