/[PAMELA software]/gpamela/gpcdes/gpdgeo.inc
ViewVC logotype

Annotation of /gpamela/gpcdes/gpdgeo.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.17 - (hide annotations) (download)
Fri Nov 10 11:39:34 2006 UTC (18 years ago) by pam-ba
Branch: MAIN
Changes since 3.16: +18 -4 lines
S2 and S1 z-positions corrected, He3 and plystyrene mixture added, Top Plate geometry simulated and titanium mixture added.

1 cafagna 3.7 *
2 pam-ba 3.17 * $Id: gpdgeo.inc,v 3.16 2006/10/12 11:11:21 pam-ba Exp $
3 cafagna 3.8 *
4 pam-ba 3.14 * $Log: gpdgeo.inc,v $
5 pam-ba 3.17 * Revision 3.16 2006/10/12 11:11:21 pam-ba
6     * ND geometry updated.
7     *
8 pam-ba 3.16 * Revision 3.15 2006/06/30 15:38:16 pam-ba
9     * S22 and S12 heights positioned in GPAMELA at the nominal heights in PAMELA (see document: Main geometrical parameters of the PAMELA sub-detectors, 20 December 2005)
10     *
11 pam-ba 3.15 * Revision 3.14 2006/05/18 10:52:31 pam-ba
12     * TOF geometry completed and a new material, the polystyrene (density 35 g/l), added
13     *
14 pam-ba 3.14 * Revision 3.13 2006/05/09 12:01:16 cafagna
15     * Calo geometry updated
16     *
17     * Revision 3.12 2006/05/02 12:30:02 bottai
18     * change in trcp dimension in order to not overlap with its mother
19     *
20     * Revision 3.11 2006/05/02 11:32:14 pam-ba
21     * TOF geometry and position updated and a new material, the mylar, added
22     *
23     * Revision 3.10 2006/04/09 23:28:54 cafagna
24     * Several new things, among this: ND and CARD
25     *
26     * Revision 3.9 2005/12/20 12:21:04 cafagna
27     * gpnd directory added along with ND files
28     *
29     * Revision 3.8 2005/12/16 10:20:18 cafagna
30     * Bug fixed in the new update
31     *
32     * Revision 3.7 2005/12/16 09:13:55 cafagna
33     * New small valume added to the tracker frame
34 cafagna 3.7 *
35     * Revision 3.6 2005/12/13 10:31:29 pam-ba
36     * added a new volume, TPGI, in the spectrometer
37     *
38     * Revision 3.5 2005/12/05 12:15:20 pam-ba
39     * new spectrometer geometry and internal magnetic field
40     *
41     * Revision 3.4 2005/07/25 11:53:21 cafagna
42     * Several updates. See history for details
43     *
44     * Revision 3.3 2005/06/21 02:42:08 cafagna
45     * Major modification to the geometry and to the random number chain
46     *
47     * Revision 3.2 2002/12/05 10:17:42 pamela
48     * Update CAS and CALO geometries and positions. Makefile updated as well
49     *
50     * Revision 3.1.1.1 2002/07/11 16:01:59 cafagna
51     * First GPAMELA release on CVS
52     *
53     *
54     *
55     * gpdgeo.inc
56     *
57     * 16/07/2004 16.44.06 by Alexey Bakaldin
58     * 17/10/2002 22.31.45 by Jens Lund
59     *CMZ : 3.00/00 14/11/2000 09.13.05 by Emiliano Mocchiutti
60     *CMZ : 2.02/00 12/10/2000 18.43.21 by Francesco Cafagna
61     *CMZ : 2.01/00 05/04/2000 14.35.17 by Marialuigia Ambriola
62     *CMZ : 2.00/00 03/03/2000 15.39.05 by Francesco Cafagna
63     *CMZ : 1.02/00 04/02/2000 18.40.04 by Francesco Cafagna
64     *CMZ : 1.01/00 06/05/96 11.40.48 by Francesco Cafagna
65     *CMZ : 1.00/02 02/04/96 16.44.16 by Francesco Cafagna
66     *-- Author : Francesco Cafagna 05/12/95
67     DATA PAME/0.,53.,130./
68     * AB:
69     C DATA SHEL/69.8,70.,75./
70     cml DATA SHEL/40.6,52.35,52.5,43.62253,43.77253/
71     cml DATA MSHE/52.25,52.5,20./
72     cml DATA BSPH/52.25,52.5,90.,180.,0.,360./
73     cml:
74     DATA SHEL/38.25,52.5,52.65,43.77,43.92/
75     DATA MSHE/52.5,52.75,20./
76     DATA BSPH/52.5,52.75,90.,180.,0.,360./
77     c end ml
78     * END: AB.
79     C DATA TFLA/126.8,127.,0.,33.45,0.,360./
80     DATA TFLA/0.,43.77253,0.125/
81     * AB:
82     C DATA TSPH/0., 150.,0.,0.,0.,360./
83     cml DATA TSPH/239.83,240.,0.,0.,0.,360./
84     cml:
85     DATA TSPH/239.83,240.,0.,0.,0.,360./
86     c end ml.
87     * END: AB.
88     DATA GAPTOP/2./
89     c ml:26/10/04
90 pam-ba 3.11 c DATA S1/20.4,16.5,.375/
91     c DATA S2/20.4,16.5,.375/
92     c DATA S1A/9.,7.5,.375/
93     c DATA S2A/9.,7.5,.375/
94 pam-ba 3.14 DATA S3/0.,0.,0./
95 pam-ba 3.11 DATA S4/18.,16.,.5/
96 pam-ba 3.14 DATA S11M/0.,0.,0./
97     DATA S12M/0.,0.,0./
98     DATA S21M/0.,0.,0./
99     DATA S22M/0.,0.,0./
100     DATA S31M/0.,0.,0./
101     DATA S32M/0.,0.,0./
102     DATA POL1/0.,0.,0./
103     DATA POL2/0.,0.,0./
104     DATA POLY/0.,0.,0./
105 pam-ba 3.11 DATA S11Y/2.55,16.5,0.35/
106     DATA S12X/20.4,2.75,0.35/
107     DATA S21X/9.,3.75,0.25/
108     DATA S22Y/4.5,7.5,0.25/
109     DATA S31Y/3.,7.5,0.35/
110     DATA S32X/9.,2.5,0.35/
111 pam-ba 3.14 c DATA HMYLTOF/0.0025/
112     DATA HMYLTOF/0.0023/
113 pam-ba 3.11 DATA HGLUTOF/0.01/
114     DATA HPVCMAX/0.9/
115     DATA HPVCMIN/0.4/
116     DATA HALTOF/0.033/
117     DATA HAIRS3/0.15/
118 pam-ba 3.17 DATA HTABLE/24.7/
119     DATA DTABLEAL/1.7/
120     DATA XTPLA/23.2/
121     DATA YTPLA/22.1/
122 cafagna 3.7 c ml: 28/10/04:
123     c dimensions of top plate. At the moment, it is a reduced version,
124     c i.e. a gap of gas with a surface equal to S21.
125 pam-ba 3.17 c DATA TPLA/9.,7.5,.25/
126     c dimensions of top plate from CAD draws:
127     c DATA TPLA/21.9,21.1,1.6/
128     DATA TPLA/28.,27.165,1.6/
129     C DATA TPCA/18.1,18.2,0.6/
130     C DATA TPS2/10.,8.1,0.75/
131     DATA TPCV/8.5,7.,0.25/
132     DATA TPTU/2.55,1.95,0.6/
133     DATA TPTM/3.45,3.3,0.75/
134     DATA TPTL/21.9,21.1,.25/
135 cafagna 3.7 c end ml.
136 pam-ba 3.11 c DATA SCTIC/0.025/
137 cafagna 3.7 c ml:26/10/04:
138     DATA NS11Y/8/
139     DATA NS12X/6/
140     DATA NS21X/2/
141     DATA NS22Y/2/
142     DATA NS31Y/3/
143     DATA NS32X/3/
144     c end ml.
145 pam-ba 3.11 C ml 28/03/06: official z coordinates in the PAMELA reference system with
146     c origin in the centre of the central plane of the central magnetic module:
147     DATA ZPAMS31,ZPAMS32/-23.49,-24.34/
148     c DATA ZS11,ZS12,ZS21,ZS22,ZS31,ZS32,ZS4
149 cafagna 3.7 c ml 22/10/04:
150     c + /107.8,106.8,74.9,74.1,27.1,26.3,2.3/
151     c ml 28/10/04: introducing the top plate and calculating the zpos of S21, S22
152     c starting from the zpos of CATA:
153     c + /106.66,105.66,74.9,74.1,27.1,26.3,2.3/
154 pam-ba 3.11 c + /106.66,105.66,74.875,74.125,27.1,26.3,2.3/
155     c DATA ZTPLA/73.5/
156     C HORMG is the distance beteween the bottom the tracker and the center of
157     c the third magnetic module.
158     DATA HORMG/22.57/
159 cafagna 3.7 c end ml 28/10/04
160     c end ml 22/10/04:
161     C CAT data
162     *EM:
163     *JeL:
164     DATA CATA/28.0,0.6,27.165/
165     *END: JeL.
166     c DATA CATB/22.05,21.05,0.55/
167     DATA CATB/22.2,21.3,0.5/
168     c DATA CATL/15.75,6.675,0.55/
169     c DATA CATT/6.3,14.375,0.55/
170     DATA CATL/2.6,14.9,0.4/
171     DATA CATT/8.45,21.2,0.4/
172     DATA CATH/9.4,7.7,0.5/
173     DATA CATF/2.6,3.15,0.4/
174     DATA CATO/9.3,0.05,0.5/
175     DATA CATP/0.05,7.7,0.5/
176 pam-ba 3.11 c DATA ZCAT/75.85/
177 cafagna 3.7 C CAS data
178     *EM:
179     *JeL:
180     DATA CASA/21.45,0.6,20.55/
181     *END: JeL.
182     C DATA CASX/15.25,0.55,23./
183     C DATA CASY/0.55,14.75,23./
184     DATA CSSX/15.7,0.5,21.6/
185     DATA CSSY/0.5,15.7,21.6/
186     DATA CASX/15.6,0.4,21.5/
187     DATA CASY/0.4,15.6,21.5/
188     DATA CASXD/2.4/
189     DATA CASYD/2.2/
190 pam-ba 3.11 C DATA ZCAS/51.25/
191 cafagna 3.7 *END: EM.
192 pam-ba 3.14 C CARD data
193     DATA CARDB/10.,10.,10./
194 cafagna 3.7 C TRD data
195     c ml: 11/11/04
196     c DATA TRFR/19,17.5,.2/
197     DATA TRFR/21.1,19.0,.275/
198     DATA TRFD/19.75,13.9,.2425/
199     DATA TRFU/19.4,13.55,.2425/
200     DATA TRFM/21.1,19.0,0.1375/
201     DATA TRFL/20.175,14.325,1.13/
202     c DATA TRFI/15.5,14.,.2/
203     DATA TRR0/21.1,38.5,.25/
204     DATA TRI0/10.65,8.85,.15/
205     DATA TRRF/16.0,15.4,0.1/
206     DATA TRRI/9.8,8.0,0.1/
207     c end ml.
208     DATA TRBS/3.3,18.3,1./
209     *ml: 10/11/66:
210     DATA TRAL/3.3,2.15,1./
211     DATA TRR2/19.025,13.175,1.51/
212     *end ml.
213     DATA TRDS/24.,24.5,13.5/
214     DATA TRDT/3.,3.,.25/
215     DATA TRDB/17.7,18.5,0/
216     DATA TRSO/0.197,0.2,14./
217     C DATA TRSI/0.,0.197,14./
218     DATA TRSI/0.,0.2,14./
219     *ml: 12/11/04:
220     c DATA TRRA/13.2,14.,0/
221     DATA TRRA/18.25,12.4,0.76/
222     *end ml.
223     *ml: 17/11/04:
224     c DATA TRAN/1.75,1.75,1.0/
225     c DATA TRAI/1.75,1.65,0.9/
226     DATA TRAN/1.8,1.8,1.0/
227     DATA TRAI/1.0,1.0,1.0/
228     *end ml.
229     DATA ZTRD/90.55/
230     DATA GAPTRD/1.5/
231     C Spectrometer data, mod by Caf on 20 Jul 2005
232 pam-ba 3.15 DATA SPEB/15.,14.4,22.615/
233 cafagna 3.7 c ml: 31/10/05:
234     c DATA MGFR/14.,13.4,4.0/
235     DATA MGFR/15.,14.4,4.45/
236     c end ml.
237     c ml: 26/10/04:
238     c DATA MGPL/12.,11.4,4.05/
239     DATA MGPL/12.,11.4,4.0/
240     DATA MGPA/8.1,6.6,4.0/
241     c DATA MGPI/8.05,6.55,4.05/
242     c ml: 31/10/05:
243     c DATA MGPI/8.1,6.6,4.0/
244     C DATA MGPI/8.07,6.57,4./
245     C DATA MGPI/8.07,6.57,4.03/
246     DATA MGPI/8.07,6.57,4./
247     C end ml.
248     c ml:31/10/05:
249     c new volumes:
250     C DATA TPGA/10.5,10.65,0.055/
251     DATA TPGA/10.29,10.65,0.04/
252     DATA TPGU/10.49,12.15,0.01/
253     DATA TPGD/12.,11.4,0.005/
254     DATA TPGI/8.07,6.57,0.015/
255     c end ml.
256     c ml:17/12/04:
257     c DATA TRPB/12.,11.4,0.4/
258     c$$$ mod by Caf on 20 Jul 2005
259     c$$$ DATA TRPB/10.49,12.15,0.365/
260     c ml 31/10/05:
261     c DATA TRPB/15.,14.4,0.365/
262     DATA TRPB/10.49,12.15,0.365/
263     c end ml.
264     ccc ml: 20/04/05:
265     cc DATA TRPL/0.,7.,0.4/
266     C # DATA TPAI/8.0995,8.5,0.055/
267     C # DATA TPAS/8.0995,9.75,0.06/
268     C # Mod by CAF on 15 Jul 2005
269     c DATA TPAI/8.0995,1.25,0.055/
270     c DATA TPAS/8.0995,9.75,0.365/
271     c ml: 15/12/05:
272     c ml 19/9/05:
273     c DATA TPAS/8.144,9.9,0.365/
274     DATA TPAS/8.2,9.9,0.365/
275     DATA TPAI/8.144,1.25,0.05/
276     C # End mod
277     c DATA TRSL/0.,7.,0./
278     C # DATA TRSL/2.6665,7.,0.015/
279     DATA TRSL/2.6665,3.5,0.015/
280     c DATA TSPA/2.666,3.5,0.015/
281     DATA TSPA/2.596,3.413,0.015/
282     DATA THBP/2.6665,2.75,0.015/
283     c DATA TRCP/0.005,7.,0.3/
284     c DATA TRCP/0.025,10.125,0.25/
285     c ml: 19/9/05: (based on the measure of the final version of the tracker plane)
286 bottai 3.12 c DATA TRCP/0.035,10.125,0.25/
287 pam-ba 3.14 c change TRCP in order to not overla with mother
288 bottai 3.12 DATA TRCP/0.035,9.9,0.25/
289 cafagna 3.7 DATA TBAL/1.49,2.25,0.365/
290     c ml:16/11/05: distance between the bottom of the tracker and the bottom of
291     c the base plate.
292     DATA ZSPEBP/2.97/
293     c DATA ZSPEC/50.6/
294     C ml: 15/12/05: xglue is the dimension along x of the glue between each carbon
295     c fiber barrel and the TRSL volume
296     DATA XGLUE/0.0015/
297     C # DATA NTRSL/3/
298     DATA NTRSL/6/
299     DATA NTHBP/3/
300     c end ml.
301     C Calorimeter data
302     *EM:
303     * DATA CASI/3.9,3.9,0.019/
304     DATA CASI/3.904,3.904,0.019/
305     *F.V.&ML:
306     C DATA CG10/12.1,12.1,0.0875/
307     C DATA C10C/12.1,12.1,0.08/
308     C DATA CAAB/12.1,12.1,0.133/
309     C DATA CAPL/12.1,12.1,0./
310     C DATA CAAD/12.1,12.1,0.133/
311     C DATA CAPD/12.1,12.1,0./
312     C DATA CALB/19.7,19.7,10.2/
313     *MA
314 cafagna 3.13 DATA DZM0/0.19/, DZST/0.390/
315 cafagna 3.7 DATA CG10/12.3,12.3,0.0875/
316     C # DATA C10C/12.3,12.3,0.08/
317     C # DATA CAAB/12.3,12.3,0.1315/
318     DATA C10C/12.3,12.3,0.06/
319 cafagna 3.13 DATA CAAB/12.3,12.3,0.1315/
320 cafagna 3.7 * end MA
321     DATA CAPL/12.3,12.3,0./
322     DATA CANS/12.3,12.3,0./
323     DATA CAAD/12.3,12.3,0.133/
324     DATA CAPD/12.3,12.3,0./
325     *ML:
326     * DATA CALB/19.7,19.7,10.45/
327     DATA CALB/23.2,23.2,10.589/
328     *END ML.
329     *END F.V.&ML.
330     *ML:
331     * DATA CALS/20.,20.,10.5/
332     DATA CALS/24.2,24.2,10.639/
333     DATA ZCAL/13.05/
334     C with ZCAL=13.03 the distance between the bottom of the magnet and
335     C the top of the top silicon strips is about 44.24 mm, as it has to be
336     C if 37 mm is the height of the base plate and 7.24 mm is the distance
337     C between the bottom of the end of the base plate and the top silicium
338     C strips. Because of the difference is small and the height of the base
339     C plate could be approximate, I left ZCAL=13.05.
340     C DATA ZCAL/13.03/
341     *END ML.
342     * DATA CALSTWID/0.36/
343     DATA CALSTWID/0.244/
344     *
345     * NOTE: IF you change NCAPL, remember to modify the NCPL, NCSI, NOCAPL,
346     * NOCASI array dimentions in $GPKEY, $GPDKEY common and data block.
347     * The corresponding FFKEY call in GPFFR must be changed as well.
348     * The GPDAT loop on these arrays should be checked too.
349     *
350 pam-ba 3.14 DATA NCAPL/22/
351     DATA NCAPLD/1/
352     DATA DCASIX/0.242/
353     DATA DCASIY/0.242/
354     DATA DCASIZ/0.694/
355     DATA NCASTR/32/
356     DATA CAKA/12.3,12.3,0.0025/
357     DATA CAGL/12.3,12.3,0.005/
358     DATA CAKP/12.3,12.3,0.0025/
359     C
360     ***** Neutron detector
361 pam-ba 3.16 DATA NDBI/21.2,21.2,6.875/,NDTU/0.92,0.925,10./,NDTI/0.,0.92,10./,
362     + NDPB/21.2,21.2,1.0/,NDCD/21.25,21.25,6.9/
363     DATA NDBX/21.45,21.45,7./
364     DATA NDCO/27.5,30.,0.5/
365     DATA NDBO/27.5,30.,7.5/
366     DATA NDBS/15.,4.275,7./
367     DATA NDSS/14.8,4.075,6.8/
368     DATA NDCI/21.2,11.3,0.325/
369     DATA NDCM/21.2,4.25,0.325/
370     DATA NDCE/14.6,2.875,0.325/
371     DATA NDSI/1.,7.26,0.325/
372     DATA NDSM/1.,5.8,0.325/
373     DATA NDSE/4.2,1.05,0.325/
374     DATA TNDBX/0.2/
375     DATA TNDCD/0.05/
376     DATA GNDTU/0.5/
377 pam-ba 3.14

  ViewVC Help
Powered by ViewVC 1.1.23