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

Annotation of /gpamela/inform/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.7 - (hide annotations) (download)
Fri Oct 13 16:36:59 2006 UTC (18 years, 1 month ago) by pam-ba
Branch: MAIN
CVS Tags: v4r8, v4r9, v4r12, v4r10, v4r11
Changes since 3.6: +6 -2 lines
Added a new material, the cadmium, for ND

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

  ViewVC Help
Powered by ViewVC 1.1.23