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

Annotation of /gpamela/inform/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.5 - (hide annotations) (download)
Mon Apr 10 11:07:43 2006 UTC (18 years, 7 months ago) by cafagna
Branch: MAIN
CVS Tags: v4r5, v4r6, v4r7
Changes since 3.4: +5 -2 lines
GEN data card updated, ZDGEN added

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

  ViewVC Help
Powered by ViewVC 1.1.23