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

Contents of /gpamela/gpcdes/gpmat.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.1 - (show annotations) (download)
Thu Jul 11 16:02:00 2002 UTC (22 years, 4 months ago) by cafagna
Branch: MAIN
Branch point for: v3r0
Initial revision

1 *
2 * $Id$
3 *
4 * $Log$
5 *
6 *
7 * gpmat.inc
8 *
9 *CMZ : 2.02/00 11/10/2000 20.14.33 by Francesco Cafagna
10 *CMZ : 2.01/00 05/04/2000 14.35.17 by Marialuigia Ambriola
11 *CMZ : 2.00/00 03/03/2000 15.39.05 by Francesco Cafagna
12 *CMZ : 1.02/00 18/03/97 18.25.29 by Francesco Cafagna
13 *CMZ : 1.00/02 15/03/96 17.47.37 by Francesco Cafagna
14 *-- Author : Francesco Cafagna 05/12/95
15 C
16 C Common with material definitions
17 C
18 C
19 C Plast. sci: H 50%, C 50% , Rho=1.032 g/cm**3 from P.D.Book
20 C G10 : SiO2 60%, Epoxy 40%, Rho=1.7 g/cm**3 from P.D.Book
21 C Epoxy from CRC handbook (Raw estimation)
22 c G10C : Si 53%, O 30%, C 15%, H 2%, Rho=1.7 g/cm**3 from Mirko,
23 C for Calorimeter
24 C N2 (Gas) : A=14.01, Z=7, Rho=1.25 g/l
25 C Silicon : A=28.09, Z=14,Rho=2.33 g/cm**3, X0=9.36 from P.D.Book
26 C Xenon : A=131.29, Z=54,Rho=5.858 g/l, X0=1447.6cm from P.D.Book
27 C TRD rad. : Carbon fiber with density 0.060 g/cm**3, used in TS93
28 C Aerogel : A=96.11, Z=54 (Comp. n(SiO2)+2n(H2O)), Rho=.2g/cm**3 (Ave.),
29 C X0=150 cm, from P.D.Book
30 C Tungsten : W 95%, Cu 2.5%, Ni 2.5%, Rho=18.1 g/cm**3 from Mirko-Aerostudi
31 C Kaolinite : Al 21%, Si 21.7%, O 55.8%, H 1.5% Rho=2.594 g/cm**3 (insulator
32 C for calorimeter) from Mirko et al.
33 C
34 C The NM*** numbers are the material numbers in the JMATE structure
35 C Note that the Silicon has been duplicate to allow the changing of
36 C the special tracking parameter for both TRACKER and CALORIMETER
37 C
38 C
39 C For Silicon special parameter has been added to be used in the Straggling
40 C simulation. These parameter are stored into the User word in the JMAT
41 C structure
42 C
43 INTEGER NMSCIN,NMG10,NMN2,NMSITR,NMSICA,NMXE,NMTRAD,NMAER
44 *EM:
45 INTEGER NMCERA,NMG10C,NMWCAL
46 *END EM.
47 REAL ASCIN,ZSCIN,WSCIN,DSCIN,
48 + AN2G,ZN2G,DN2G,RN2G,
49 + AG10,ZG10,WG10,DG10,
50 + AG10C,ZG10C,WG10C,DG10C,
51 + ASI ,ZSI ,DSI ,RSI,
52 + AXE ,ZXE ,DXE ,RXE,
53 + ATRAD ,ZTRAD ,DTRAD ,RTRAD,
54 + AAER ,ZAER ,DAER ,RAER,
55 + D2SICA,D2SITR,
56 + AWCAL,ZWCAL,DWCAL,WWCAL,
57 + ACERA,ZCERA,DCERA,WCERA
58 COMMON/GPCMAT/ NMSCIN,NMG10,NMN2,NMSITR,NMSICA,NMXE,NMTRAD,NMAER,
59 *EM:
60 + NMCERA,NMG10C,NMWCAL,
61 *END EM.
62 + ASCIN(2),ZSCIN(2),WSCIN(2),DSCIN,
63 + AN2G,ZN2G,DN2G,RN2G,
64 + AG10(2),ZG10(2),WG10(2),DG10,
65 + ASI,ZSI,DSI,RSI,
66 + AXE,ZXE,DXE,RXE,
67 + ATRAD,ZTRAD,DTRAD,RTRAD,
68 + AAER,ZAER,DAER,RAER,
69 + D2SICA,D2SITR,
70 *EM:
71 + AG10C(4),ZG10C(4),WG10C(4),DG10C,
72 + AWCAL(3),ZWCAL(3),DWCAL,WWCAL(3),
73 + ACERA(4),ZCERA(4),WCERA(4),DCERA
74 *END EM.
75 C

  ViewVC Help
Powered by ViewVC 1.1.23