/[PAMELA software]/gpamela/inform/README
ViewVC logotype

Contents of /gpamela/inform/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.2 - (show annotations) (download)
Thu Dec 5 10:17:42 2002 UTC (21 years, 11 months ago) by pamela
Branch: MAIN
CVS Tags: v4r0, v4r1, v4r2, v3r3, v3r1, v3r2
Changes since 3.1: +39 -36 lines
Update CAS and CALO geometries and positions. Makefile updated as well

1 *
2 * $Id: README,v 3.1.1.1 2002/07/11 16:01:59 cafagna Exp $
3 *
4 * $Log: README,v $
5 * Revision 3.1.1.1 2002/07/11 16:01:59 cafagna
6 * First GPAMELA release on CVS
7 *
8 *
9 * This directory was created from gpamela.car patch _inform
10 *CMZ : 2.01/00 05/04/2000 14.35.18 by Marialuigia Ambriola
11 *CMZ : 3.00/00 08/02/2002 17.33.00 by Unknown
12 *CMZ : 2.03/00 06/11/2000 01.40.19 by Francesco Cafagna
13 *CMZ : 2.02/00 12/10/2000 16.03.56 by Francesco Cafagna
14 *CMZU: 2.01/00 05/04/2000 09.51.03 by Unknown
15 *CMZ : 2.00/00 03/03/2000 15.33.44 by Francesco Cafagna
16 *CMZ : 1.02/00 25/01/2000 18.22.29 by Francesco Cafagna
17 *CMZ : 1.01/01 23/05/96 17.11.59 by Francesco Cafagna
18 *CMZ : 1.01/00 22/05/96 09.46.03 by Francesco Cafagna
19 *CMZ : 1.00/03 30/04/96 17.40.07 by Francesco Cafagna
20 *CMZ : 1.00/02 03/04/96 18.23.50 by Francesco Cafagna
21 *CMZ : 1.00/01 28/11/95 18.54.38 by Francesco Cafagna
22 *-- Author : Francesco Cafagna 28/11/95
23
24 GPAMELA: A GEANT based montecarlo of PAMELA
25
26 This CMZ file contains:
27 A.patchy $VERSION , with the version in use
28 B.patchy $HISTORY , general comments on changes and implementations
29 C.patchy $INFORM , infos on patchy and flag to be used in the program
30 D.patchy $KUMACS , collection of CMZ kumacs
31 E.patchy $MANUAL , LaTeX version of the program user guide
32 E.patchy *GPAMELA , pilot patchy with the +USE directives
33 F.patchy GPCDES , patchy with common definitions
34 G.patchy GPAMELA , main patchy with the general routines
35 H.patchy GPTOF , patchy with specific TOF routines
36 I.patchy GPTRD , patchy with specific TRD routines
37 L.patchy GPCALO , patchy with specific CALO routines
38 M.patchy GPSPEC , patchy with specific SPECTROMETER routines
39 N.patchy GPFIELD , patchy with specific MAGNETIC FIELD routines
40 O.patchy GPHYS , patchy with specific PHYSics routines
41 P.patchy GPOBSOLETE, patchy with routines declared obsolete
42 Q.patchy GPGAR , patchy with GARFIELD interface routines
43
44 Flags used:
45 INTER , To select interactive version option.
46 DEB , To select the same option of INTER in GUKINE without the full
47 interactive version options.
48 HIGZ , To select HIGZ related code.
49 X11 , To select X11 version
50 PP , To select ++ version
51 MAGNET , To select magnetic field correction in spectrometer digits.
52
53 TYPE , Used in GEANT GCDES to explicit declare the variable type.
54 SINGLE , Used in GEANT GCDES to select single precision
55 INCLUDE , Used in GEANT GCDES
56 NOGFLUCT, To select Gaussian straggling calculation inside the GPUCAL
57 and GPUSPE routines instead that the GFLUCT one.
58 GARFIELD, To select GARFIELD interface
59 MANYWIRE, LONGLIST, BIGMAP, To be used with GARFIELD
60
61 For the use of fluka as hadronic process simulation program the file
62 FLUKAAF.DAT is necessary. For this reason the CERN_ROOT environment
63 variable has to be added in the file .login with the value /cern/pro.
64
65
66 DATA CARDS definition and usage. If not specified you can use DATA CARDS
67 options in any order.
68
69 +--------------+----------------------+---------------------------------------+
70 | DATA CARD | USAGE | ACTION |
71 +--------------+----------------------+---------------------------------------+
72 | MAGN | 1 or 2 or 3 | Select magnetic field type. 1 is the |
73 | | | strongly inhomogeneus case, |
74 | | | GPFIELD.MAP is required |
75 | | | |
76 | NDET | 'TOF ' 'TRD ' | Do not simulate the selected |
77 | | 'SPE ' 'CAL ' 'CAT ' | detectors |
78 | | 'CAS ' 'SPHE' | |
79 | | | |
80 | CAS | 'NVOL' 'NPHY' 'NHBK' | Disable CAS volume simulation, as NDET|
81 | | | or physics, i.e. SET DET or hits, or |
82 | | | n-tple definition. |
83 | | | |
84 | CAT | 'NVOL' 'NPHY' 'NHBK' | Disable CAT volume simulation, as NDET|
85 | | | or physics, i.e. SET DET or hits, or |
86 | | | n-tple definition. |
87 | | | |
88 | TOF | 'NVOL' 'NPHY' 'NHBK' | Disable TOF volume simulation, as NDET|
89 | | | or physics, i.e. SET DET or hits, or |
90 | | | n-tple definition. |
91 | | | |
92 | TRD | 'NVOL' 'NPHY' 'NHBK' | Disable TRD volume simulation, as NDET|
93 | | | or physics, i.e. SET DET or hits, or |
94 | | | n-tple definition. |
95 | | | |
96 | SPE | 'NVOL' 'NPHY' 'NHBK' | Disable SPE volume simulation, as NDET|
97 | | | or physics, i.e. SET DET or hits, or |
98 | | | n-tple definition. |
99 | | | |
100 | CAL | 'NVOL' 'NPHY' 'NHBK' | Disable CAL volume simulation, as NDET|
101 | | | or physics, i.e. SET DET or hits, or |
102 | | | n-tple definition. |
103 | | | |
104 | S4 | 'NVOL' 'NPHY' 'NHBK' | Disable S4 volume simulation, as NDET|
105 | | | or physics, i.e. SET DET or hits, or |
106 | | | n-tple definition. |
107 | | | |
108 | HCWN | 1 | Enable CWN-tple |
109 | | | |
110 | HLON | 1 | Select CWN long format |
111 | | | |
112 | NCPL | 44 integers 1<=n<=44 | Exclude the listed calorimeter silicon|
113 | | Ex.: 1 33 6 12 31=10 | plane from the simulation |
114 | | | |
115 | NCSI | 9 integers 1<=n<=9 | Exclude the listed calorimeter silicon|
116 | | Ex.: 1 3=9 6 5=4 | detectors from any calorimeter plane |
117 | | | |
118 | | | |
119 | NCAB | 22 integers 1<=n<=22 | Exclude the listed calorimeter |
120 | | Ex.: 4=22 20 7 11=2 | absorber planes from the simulation |
121 | | | |
122 | CALO | 'NOWn' | Use 'n' planes without tungsten |
123 | | | |
124 | SPTM | 'SICA' 'W ' 'SITR' | Enable Special Tracking Parameter for |
125 | | 'SITR' 'XE ' 'SCIN' | selected tracking media |
126 | | 'TRAD' 'FE ' 'KAP ' | To obtain the correct energy value for|
127 | | 'N2G ' 'G10 ' 'AL ' | the calorimeter, "SICA","G10C","W2 ' |
128 | | 'AER ' 'ROA ' 'CE ' | and "CE " MUST be enabled. |
129 | | 'W2 ' 'G10C' | |
130 | | | |
131 | HPAK | 'FLUK' | To select FLUKA as hadronic process |
132 | | | simulation programn. |
133 | | | |
134 | AUTM | 'TMAX' 'STMA' 'DEEM' | Force AUTO calculation for specified |
135 | | 'EPSI' 'STMI' | parameters, regardless of AUTO data |
136 | | | card value |
137 | | | |
138 | TMAX | Any real number | Pass TMAXFD tracking parameter value |
139 | | | |
140 | STMA | Any real number | Pass STEMAX tracking parameter value |
141 | | | |
142 | DEEM | Any real number | Pass DEEMAX tracking parameter value |
143 | | | |
144 | EPSI | Any real number | Pass EPSIL tracking parameter value |
145 | | | |
146 | STMI | Any real number | Pass STMIN tracking parameter value |
147 | | | |
148 | TPAL | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
149 | | 3=DEEMAX 4=STMIN | STMIN for aluminum |
150 | | 5=EPSIL | |
151 | | | |
152 | TG10 | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
153 | | 3=DEEMAX 4=STMIN | STMIN for G10 |
154 | | 5=EPSIL | |
155 | | | |
156 | T10C | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
157 | | 3=DEEMAX 4=STMIN | STMIN for calorimeter G10C |
158 | | 5=EPSIL | |
159 | | | |
160 | TPN2 | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
161 | | 3=DEEMAX 4=STMIN | STMIN for nitrogen gas |
162 | | 5=EPSIL | |
163 | | | |
164 | TPW | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
165 | | 3=DEEMAX 4=STMIN | STMIN for tungsten |
166 | | 5=EPSIL | |
167 | | | |
168 | TPW2 | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
169 | | 3=DEEMAX 4=STMIN | STMIN for calorimeter tungsten mix |
170 | | 5=EPSIL | |
171 | | | |
172 | TPKA | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
173 | | 3=DEEMAX 4=STMIN | STMIN for kapton |
174 | | 5=EPSIL | |
175 | | | |
176 | TPFE | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
177 | | 3=DEEMAX 4=STMIN | STMIN for iron |
178 | | 5=EPSIL | |
179 | | | |
180 | TRAD | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
181 | | 3=DEEMAX 4=STMIN | STMIN for TRD radiator |
182 | | 5=EPSIL | |
183 | | | |
184 | TPRO | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
185 | | 3=DEEMAX 4=STMIN | STMIN for roacell |
186 | | 5=EPSIL | |
187 | | | |
188 | TPCF | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
189 | | 3=DEEMAX 4=STMIN | STMIN for carbon fibers |
190 | | 5=EPSIL | |
191 | | | |
192 | TPSC | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
193 | | 3=DEEMAX 4=STMIN | STMIN for scintillator |
194 | | 5=EPSIL | |
195 | | | |
196 | TSCA | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
197 | | 3=DEEMAX 4=STMIN | STMIN for silicon (calorimeter) |
198 | | 5=EPSIL | |
199 | | | |
200 | TSTR | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
201 | | 3=DEEMAX 4=STMIN | STMIN for silicon (tracker) |
202 | | 5=EPSIL | |
203 | | | |
204 | TPXE | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
205 | | 3=DEEMAX 4=STMIN | STMIN for Xenon |
206 | | 5=EPSIL | |
207 | | | |
208 | TPAE | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
209 | | 3=DEEMAX 4=STMIN | STMIN for aerogel |
210 | | 5=EPSIL | |
211 | | | |
212 | TPCE | 1=TMAXFD 2=STEMAX | Pass TMAXFD, STEMAX,DEEMAX, EPSIL and |
213 | | 3=DEEMAX 4=STMIN | STMIN for kaolinite (calorimeter |
214 | | 5=EPSIL | insulator) |
215 | | | |
216 | *HBFI | 11 'HB$REF:GP.HIS' | To define user LUNIT and name |
217 | | | HBOOK file. (Max 80 characters ) |
218 | | | |
219 | *GAFI | 12 'FILENAME.GAR' | To define user LUNIT and name |
220 | | | for GARFIELD file.(Max 80 characters) |
221 | | | |
222 | STTR | 1=1 2=D2SICA 3=D2SITR| Force gussian straggling just for |
223 | | | silicon in GFLUCT. D2SICA & D2SITR are|
224 | | | the parameter to be passed to the |
225 | | | gaussian generator. |
226 | | | |
227 | DZSH | Any real number with | Height adjustment for external shell |
228 | | Sign | |
229 | | | |
230 | GEN | XGEN, YGEN, ZGEN, | Pass the coordinates of the origin and|
231 | | XDGEN, YDGEN | the dimensions of the generation |
232 | | | surface. |
233 | | | |
234 | PHI | PHGEN(1), PHGEN(2) | Define the minimum and the maximum |
235 | | | azimuth. Default values are: |
236 | | | 0., 360. |
237 | | | |
238 | THET | THGEN(1), THGEN(2) | Define the minimum and the maximum |
239 | | | zenith. Default values are: |
240 | | | 0., 90. |
241 +--------------+----------------------+---------------------------------------+
242
243 NOTE: To process a large number of events in batch mode, on Linux
244 system, the Geant data card TIME must be used. It is necessary to set
245 ITIME < 0. This will force no check on the CPU time left to end the
246 program. For some reason it terminates the program also if no TIME
247 card is used.

  ViewVC Help
Powered by ViewVC 1.1.23