Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4IsotopeList.hh
Go to the documentation of this file.
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//
28// GEANT4 Class header file
29//
30//
31// File name: G4IsotopeList
32//
33// Author V. Ivantchenko, 22 October 2020
34//
35
36#ifndef G4IsotopeList_h
37#define G4IsotopeList_h 1
38
39static const G4int amin[] = {
40 0,
41 1, 3, 6, 9, 10, 12, 14, 16, 19, 20, //1-10
42 23, 24, 27, 28, 31, 32, 35, 36, 39, 40, //11-20
43 45, 46, 50, 50, 55, 54, 59, 58, 63, 64, //21-30
44 69, 70, 75, 0, 0, 78, 0, 0, 89, 90, //31-40
45 0, 92, 0, 0, 0, 102, 107, 106, 113, 112, //41-50
46 0, 0, 127, 0, 133, 130, 0, 0, 0, 0, //51-60
47 0, 0, 0, 152, 0, 0, 0, 0, 0, 168, //61-70
48 0, 0, 180, 180, 0, 0, 0, 190, 197, 0, //71-80
49203, 204, 209, 0, 0, 0, 0, 0, 0, 0, //81-90
50 0, 234};
51
52static const G4int amax[] = {
53 0,
54 3, 4, 7, 9, 11, 13, 15, 18, 19, 22, //1-10
55 23, 26, 27, 30, 31, 36, 37, 40, 41, 48, //11-20
56 45, 50, 51, 54, 55, 58, 59, 64, 65, 70, //21-30
57 71, 76, 75, 0, 0, 86, 0, 0, 89, 96, //31-40
58 0, 100, 0, 0, 0, 110, 109, 116, 115, 124, //41-50
59 0, 0, 127, 0, 133, 138, 0, 0, 0, 0, //51-60
60 0, 0, 0, 160, 0, 0, 0, 0, 0, 176, //61-70
61 0, 0, 181, 186, 0, 0, 0, 198, 197, 0, //71-80
62205, 208, 209, 0, 0, 0, 0, 0, 0, 0, //81-90
63 0, 238};
64
65static const G4double aeff[] = {
66 0.,
67 1.00794, 4.00264, 6.94003, 9.01218, 10.811, 12.0107, 14.0068, 15.9994, 18.9984, 20.18, //1-10
68 22.9898, 24.305, 26.9815, 28.0854, 30.9738, 32.0661, 35.4526, 39.9477, 39.0983, 40.078, //11-20
69 44.9559, 47.8667, 50.9415, 51.9961, 54.938, 55.8451, 58.9332, 58.6933, 63.5456, 65.3955, //21-30
70 69.7231, 72.6128, 74.9216, 78.9594, 79.9035, 83.7993, 85.4677, 87.6166, 88.9058, 91.2236, //31-40
71 92.9064, 95.9313, 97.9072, 101.065, 102.906, 106.415, 107.868, 112.411, 114.818, 118.71, //41-50
72 121.76, 127.603, 126.904, 131.292, 132.905, 137.327, 138.905, 140.115, 140.908, 144.236, //51-60
73 144.913, 150.366, 151.964, 157.252, 158.925, 162.497, 164.93, 167.256, 168.934, 173.038, //61-70
74 174.967, 178.485, 180.948, 183.842, 186.207, 190.225, 192.216, 195.078, 196.967, 200.599, //71-80
75 204.383, 207.217, 208.98, 208.982, 209.987, 222.018, 223.02, 226.025, 227.028, 232.038, //81-90
76 231.036, 238.029};
77
78#endif
double G4double
Definition: G4Types.hh:83
int G4int
Definition: G4Types.hh:85