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

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

update

File size: 2.0 KB
Line 
1#
2# CERN test beam setup of Bari INFN group       
3# M. Bridgida et al, NIM A550 (2005) 157-168 (fig. 8)
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 26
14/plots/setEnlow 0.000 MeV
15/plots/setEnhigh 0.052  MeV
16#
17#
18# Change and choice of experimental setups. Can be
19# simpleALICE.,
20#
21#
22/XTRdetector/setup bari05
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 1.0
49/emphyslist/setPositronCut 1.
50/emphyslist/setRadiatorCuts 1.
51#
52# set cuts in XTR detector
53#
54/emphyslist/setGammaCut 100.
55/emphyslist/setElectronCut 100.
56/emphyslist/setPositronCut 1.
57#
58/emphyslist/setDetectorCuts 1.
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 RegularXTRadiator
87#
88#/process/inactivate GammaXTRadiator
89#
90#/process/eLoss/fluct false
91#
92#/process/verbose 1
93#
94#
95# Particle and its energy
96#
97/gun/particle e-
98/gun/energy 5000.0 MeV
99#
100
101#/tracking/verbose 1
102#
103/event/printModulo 1000
104/run/beamOn 10000
105#
106
107
108
109
110
111
112
113
114
115
Note: See TracBrowser for help on using the repository browser.