source: trunk/examples/extended/radioactivedecay/exrdm/include/exrdmMaterialData.hh@ 1036

Last change on this file since 1036 was 807, checked in by garnier, 17 years ago

update

File size: 4.4 KB
Line 
1//
2// ********************************************************************
3// * License and Disclaimer *
4// * *
5// * The Geant4 software is copyright of the Copyright Holders of *
6// * the Geant4 Collaboration. It is provided under the terms and *
7// * conditions of the Geant4 Software License, included in the file *
8// * LICENSE and available at http://cern.ch/geant4/license . These *
9// * include a list of copyright holders. *
10// * *
11// * Neither the authors of this software system, nor their employing *
12// * institutes,nor the agencies providing financial support for this *
13// * work make any representation or warranty, express or implied, *
14// * regarding this software system or assume any liability for its *
15// * use. Please see the license in the file LICENSE and URL above *
16// * for the full disclaimer and the limitation of liability. *
17// * *
18// * This code implementation is the result of the scientific and *
19// * technical work of the GEANT4 collaboration. *
20// * By using, copying, modifying or distributing the software (or *
21// * any work based on the software) you agree to acknowledge its *
22// * use in resulting scientific publications, and indicate your *
23// * acceptance of all terms of the Geant4 Software license. *
24// ********************************************************************
25//
26
27#include "G4Material.hh"
28
29const G4String exrdmMaterial::ELU[110] =
30{
31 " H","He","Li","Be"," B"," C"," N"," O"," F","Ne",
32 "Na","Mg","Al","Si"," P"," S","Cl","Ar"," K","Ca",
33 "Sc","Ti"," V","Cr","Mn","Fe","Co","Ni","Cu","Zn",
34 "Ga","Ge","As","Se","Br","Kr","Rb","Sr"," Y","Zr",
35 "Nb","Mo","Tc","Ru","Rh","Pd","Ag","Cd","In","Sn",
36 "Sb","Te"," I","Xe","Cs","Ba","La","Ce","Pr","Nd",
37 "Pm","Sm","Eu","Gd","Tb","Dy","Ho","Er","Tm","Yb",
38 "Lu","Hf","Ta"," W","Re","Os","Ir","Pt","Au","Hg",
39 "Tl","Pb","Bi","Po","At","Rn","Fr","Ra","Ac","Th",
40 "Pa"," U","Np","Pu","Am","Cm","Bk","Cf","Es","Fm",
41 "Md","No","Lr","Rf","Db","Sg","Bh","Hs","Mt","UN"
42};
43const G4String exrdmMaterial::ELL[110] =
44{
45 " h","he","li","be"," b"," c"," n"," o"," f","ne",
46 "na","mg","al","si"," p"," s","cl","ar"," k","ca",
47 "sc","ti"," v","cr","mn","fe","co","ni","cu","zn",
48 "ga","ge","as","se","br","kr","rb","sr"," y","zr",
49 "nb","mo","tc","ru","rh","pd","ag","cd","in","sn",
50 "sb","te"," i","xe","cs","ba","la","ce","pr","nd",
51 "pm","sm","eu","gd","tb","dy","ho","er","tm","yb",
52 "lu","hf","ta"," w","re","os","ir","pt","au","hg",
53 "tl","pb","bi","po","at","rn","fr","ra","ac","th",
54 "pa"," u","np","pu","am","cm","bk","cf","es","fm",
55 "md","no","lr","rf","db","sg","bh","hs","mt","un"
56};
57const G4String exrdmMaterial::EUU[110] =
58{
59 " H","HE","LI","BE"," B"," C"," N"," O"," F","NE",
60 "NA","MG","AL","SI"," P"," S","CL","AR"," K","CA",
61 "SC","TI"," V","CR","MN","FE","CO","NI","CU","ZN",
62 "GA","GE","AS","SE","BR","KR","RB","SR"," Y","ZR",
63 "NB","MO","TC","RU","RH","PD","AG","CD","IN","SN",
64 "SB","TE"," I","XE","CS","BA","LA","CE","PR","ND",
65 "PM","SM","EU","GD","TB","DY","HO","ER","TM","YB",
66 "LU","HF","TA"," W","RE","OS","IR","PT","AU","HG",
67 "TL","PB","BI","PO","AT","RN","FR","RA","AC","TH",
68 "PA"," U","NP","PU","AM","CM","BK","CF","ES","FM",
69 "MD","NO","LR","RF","DB","SG","BH","HS","MT","UN"
70};
71
72const G4double exrdmMaterial::A[110] =
73{
74 1.00794,4.002602,6.941,9.012182,10.811,12.0107,14.00674,15.9994,18.9984,20.1797,
75 22.98977,24.3050,26.9815,28.0855,30.973761,32.066,35.4527,39.948,39.0983,40.078,
76 44.95591,47.867,50.9415,51.9961,54.938049,55.845,58.9332,58.6934,63.546,65.39,
77 69.723,72.61,74.9216,78.96,79.904,83.8,85.4678,87.62,88.90585,91.224,
78 92.90638,95.94,97.9072,101.07,102.9055,106.42,107.8682,112.411,114.818,118.71,
79 121.76,127.6,126.90447,131.29,132.90545,137.327,138.9055,140.116,140.90765,144.24,
80 144.9127,150.36,151.964,157.25,158.92534,162.5,164.93032,167.26,168.93421,173.04,
81 174.967,178.49,180.9479,183.84,186.207,190.23,192.217,195.078,196.96655,200.59,
82 204.3833,207.2,208.98038,208.9824,209.9871,222.0176,223.0197,226.0254,227.0277,232.038,
83 231.03588,238.0289,237.0482,244.0642,243.0614,247.0703,247.0703,251.0796,252.083,257.0951,
84 258.0984,259.1011,262.11,263.1125,262.1144,266.1219,264.1247,269.1341,268.1388,272.1463
85};
Note: See TracBrowser for help on using the repository browser.