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

Diff of /gpamela/gpcdes/gpdgeo.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.11 by pam-ba, Tue May 2 11:32:14 2006 UTC revision 3.13 by cafagna, Tue May 9 12:01:16 2006 UTC
# Line 1  Line 1 
1  *  *
2  * $Id: gpdgeo.inc,v 3.10 2006/04/09 23:28:54 cafagna Exp $  * $Id: gpdgeo.inc,v 3.12 2006/05/02 12:30:02 bottai Exp $
3  *  *
4  * $Log: gpdgeo.inc,v $  * $Log: gpdgeo.inc,v $
5    * Revision 3.12  2006/05/02 12:30:02  bottai
6    *  change in trcp dimension in order to not overlap with its mother
7    *
8    * Revision 3.11  2006/05/02 11:32:14  pam-ba
9    * TOF geometry and position updated and a new material, the mylar, added
10    *
11  * Revision 3.10  2006/04/09 23:28:54  cafagna  * Revision 3.10  2006/04/09 23:28:54  cafagna
12  * Several new things, among this: ND and CARD  * Several new things, among this: ND and CARD
13  *  *
# Line 248  c        DATA TSPA/2.666,3.5,0.015/ Line 254  c        DATA TSPA/2.666,3.5,0.015/
254  c        DATA TRCP/0.005,7.,0.3/  c        DATA TRCP/0.005,7.,0.3/
255  c        DATA TRCP/0.025,10.125,0.25/  c        DATA TRCP/0.025,10.125,0.25/
256  c ml: 19/9/05: (based on the measure of the final version of the tracker plane)  c ml: 19/9/05: (based on the measure of the final version of the tracker plane)
257          DATA TRCP/0.035,10.125,0.25/  c        DATA TRCP/0.035,10.125,0.25/
258    c change TRCP in order to not overla with mother
259            DATA TRCP/0.035,9.9,0.25/
260          DATA TBAL/1.49,2.25,0.365/          DATA TBAL/1.49,2.25,0.365/
261  c ml:16/11/05: distance between the bottom of the tracker and the bottom of  c ml:16/11/05: distance between the bottom of the tracker and the bottom of
262  c the base plate.  c the base plate.
# Line 274  C        DATA CAAD/12.1,12.1,0.133/ Line 282  C        DATA CAAD/12.1,12.1,0.133/
282  C        DATA CAPD/12.1,12.1,0./  C        DATA CAPD/12.1,12.1,0./
283  C        DATA CALB/19.7,19.7,10.2/  C        DATA CALB/19.7,19.7,10.2/
284  *MA  *MA
285          DATA DZM0/0.256/, DZST/0.390/          DATA DZM0/0.19/, DZST/0.390/
286          DATA CG10/12.3,12.3,0.0875/          DATA CG10/12.3,12.3,0.0875/
287  C #         DATA C10C/12.3,12.3,0.08/  C #         DATA C10C/12.3,12.3,0.08/
288  C #         DATA CAAB/12.3,12.3,0.1315/  C #         DATA CAAB/12.3,12.3,0.1315/
289          DATA C10C/12.3,12.3,0.06/          DATA C10C/12.3,12.3,0.06/
290          DATA CAAB/12.3,12.3,0.115/          DATA CAAB/12.3,12.3,0.1315/
291  * end MA  * end MA
292          DATA CAPL/12.3,12.3,0./          DATA CAPL/12.3,12.3,0./
293          DATA CANS/12.3,12.3,0./          DATA CANS/12.3,12.3,0./
# Line 310  C      DATA ZCAL/13.03/ Line 318  C      DATA ZCAL/13.03/
318  *     The corresponding FFKEY call in GPFFR must be changed as well.  *     The corresponding FFKEY call in GPFFR must be changed as well.
319  *     The GPDAT loop on these arrays should be checked too.  *     The GPDAT loop on these arrays should be checked too.
320  *  *
321          DATA NCAPL/22/          DATA NCAPL/22/
322          DATA NCAPLD/1/          DATA NCAPLD/1/
323  C        DATA DCASIX/0.3/          DATA DCASIX/0.242/
324  *F.V.&ML:          DATA DCASIY/0.242/
325  C        DATA DCASIX/0.292/          DATA DCASIZ/0.694/
326          DATA DCASIX/0.242/          DATA NCASTR/32/
327  *END F.V.&ML.          DATA CAKA/12.3,12.3,0.0025/
328  C        DATA DCASIY/0.3/          DATA CAGL/12.3,12.3,0.005/
329  * F.V.&FRA:          DATA CAKP/12.3,12.3,0.0025/
330  C        DATA DCASIY/0.292/  C
331          DATA DCASIY/0.242/  ***** Neutron detector
 * END F.V.&FRA  
         DATA DCASIZ/0.15/  
         DATA NCASTR/32/  
 *  
 * F.V.&ML:  
 C        DATA CAKA/12.,12.1,0.005/  
 C        DATA CAGL/12.,12.1,0.005/  
 C        DATA CAKP/12.,12.1,0.0025/  
         DATA CAKA/12.3,12.3,0.0025/  
         DATA CAGL/12.3,12.3,0.005/  
         DATA CAKP/12.3,12.3,0.0025/  
 * END F.V.&ML.  
 *END EM.  
 C  
 ***** Neutron detector  
332        DATA NDBI/20.,20.,7.5/,NDTU/0.92,0.925,10./,NDTI/0.,0.92,10./,        DATA NDBI/20.,20.,7.5/,NDTU/0.92,0.925,10./,NDTI/0.,0.92,10./,
333       +     NDPB/20.,20.,1./,NDCD/20.,20.,0.025/,NDBX/20.5,20.5,8./       +     NDPB/20.,20.,1./,NDCD/20.,20.,0.025/,NDBX/20.5,20.5,8./
334    

Legend:
Removed from v.3.11  
changed lines
  Added in v.3.13

  ViewVC Help
Powered by ViewVC 1.1.23