Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/hadronic/util/include/G4IsotopeList.hh

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

  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 
 39 // All arrays have length ZMAX = 101
 40 // access to this data via atomic number Z (1 - 100)
 41 
 42 static const G4int ZMAXNUCLEARDATA = 100;
 43 
 44 static const G4int amin[] = {
 45    0,
 46    1,   3,   6,   9,  10,  12,  14,  16,  19,  20, //1-10
 47   22,  24,  26,  27,  31,  32,  35,  36,  39,  40, //11-20
 48   44,  44,  48,  50,  52,  54,  56,  56,  63,  64, //21-30
 49   67,  70,  71,  74,  77,  78,  85,  83,  87,  88, //31-40
 50   91,  92,  96,  96,  99, 102, 106, 106, 113, 112, //41-50
 51  121, 120, 126, 123, 133, 130, 137, 136, 141, 142, //51-60
 52  145, 144, 151, 148, 158, 156, 163, 162, 169, 168, //61-70
 53  173, 174, 179, 180, 185, 184, 190, 190, 197, 196, //71-80
 54  202, 204, 208, 208, 210, 222, 223, 223, 225, 227, //81-90
 55  231, 232, 235, 236, 241, 240, 247, 249, 253, 255};//91-100
 56 
 57 static const G4int amax[] = {
 58    0,
 59    3,   4,   7,   9,  11,  14,  15,  18,  19,  22, //1-10
 60   23,  27,  27,  32,  33,  36,  37,  41,  41,  48, //11-20
 61   48,  50,  51,  54,  55,  60,  62,  66,  67,  70, //21-30
 62   71,  76,  77,  82,  82,  86,  88,  90,  91,  96, //31-40
 63   95, 100,  99, 106, 105, 110, 111, 116, 115, 126, //41-50
 64  127, 132, 135, 136, 137, 140, 140, 144, 143, 150, //51-60
 65  151, 154, 157, 161, 160, 165, 166, 172, 171, 176, //61-70
 66  177, 182, 182, 188, 188, 193, 193, 198, 197, 204, //71-80
 67  205, 208, 210, 209, 210, 222, 223, 226, 227, 234, //81-90
 68  233, 241, 239, 246, 244, 250, 250, 254, 255, 255};//91-100
 69 
 70 static const G4double aeff[] = {
 71  0.,
 72  1.00794, 4.00264, 6.94003, 9.01218,  10.811, 12.0107, 14.0068, 15.9994, 18.9984,   20.18,  //1-10
 73  22.9898,  24.305, 26.9815, 28.0854, 30.9738, 32.0661, 35.4526, 39.9477, 39.0983,  40.078,  //11-20
 74  44.9559, 47.8667, 50.9415, 51.9961,  54.938, 55.8451, 58.9332, 58.6933, 63.5456, 65.3955,  //21-30
 75  69.7231, 72.6128, 74.9216, 78.9594, 79.9035, 83.7993, 85.4677, 87.6166, 88.9058, 91.2236,  //31-40
 76  92.9064, 95.9313, 97.9072, 101.065, 102.906, 106.415, 107.868, 112.411, 114.818,  118.71,  //41-50
 77   121.76, 127.603, 126.904, 131.292, 132.905, 137.327, 138.905, 140.115, 140.908, 144.236,  //51-60
 78  144.913, 150.366, 151.964, 157.252, 158.925, 162.497,  164.93, 167.256, 168.934, 173.038,  //61-70
 79  174.967, 178.485, 180.948, 183.842, 186.207, 190.225, 192.216, 195.078, 196.967, 200.599,  //71-80
 80  204.383, 207.217,  208.98, 208.982, 209.987, 222.018,  223.02, 226.025, 227.028, 232.038,  //81-90
 81  231.036, 238.029, 237.048, 244.064, 243.061,  247.07,  247.07,  251.08, 252.083, 257.095}; //91-100
 82 
 83 static const G4double lowEnergyLimitMeV[] = {
 84    0,
 85    0,   0,   0,   0,   0,  6.,   0,  4.,   0,   0, //1-10
 86    0,   0,   0, 1.6, 1.4, 1.4, 1.3, 1.6, 1.2, 1.3, //11-20
 87  0.2, 0.2, 0.4,   0,   0, 1.0, 1.3, 0.1, 0.8, 0.2, //21-30
 88  0.4,   0,   0,   0,   0,   0,   0,   0,   0,   0, //31-40
 89    0,   0,   0,   0,   0,   0,   0,   0,   0,   0, //41-50
 90    0,   0,   0,   0,   0,   0,   0,   0,   0,   0, //51-60
 91    0,   0,   0,   0,   0,   0,   0,   0,   0,   0, //61-70
 92    0,   0,   0,   0,   0,   0,   0,   0,   0,   0, //71-80
 93    0,   0,   0,   0,   0,   0,   0,   0,   0,   0, //81-90
 94    0,   0,   0,   0,   0,   0,   0,   0,   0,   0}; //91-100
 95 
 96 static const G4String elementName[] = {
 97   "",
 98   "Hydrogen",     "Helium",      "Lithium",     "Berylium",   "Boron",        "Carbon",
 99   "Nitrogen",     "Oxygen",      "Fluorine",    "Neon",       "Sodium",       "Magnesium",
100   "Aluminum",     "Silicon",     "Phosphorous", "Sulfur",     "Chlorine",     "Argon",
101   "Potassium",    "Calcium",     "Scandium",    "Titanium",   "Vanadium",     "Chromium",
102   "Manganese",    "Iron",        "Cobalt",      "Nickel",     "Copper",       "Zinc",
103   "Gallium",      "Germanium",   "Arsenic",     "Selenium",   "Bromine",      "Krypton",
104   "Rubidium",     "Strontium",   "Yttrium",     "Zirconium",  "Niobium",      "Molybdenum",
105   "Technetium",   "Ruthenium",   "Rhodium",     "Palladium",  "Silver",       "Cadmium",
106   "Indium",       "Tin",         "Antimony",    "Tellurium",  "Iodine",       "Xenon",
107   "Cesium",       "Barium",      "Lanthanum",   "Cerium",     "Praseodymium", "Neodymium",
108   "Promethium",   "Samarium",    "Europium",    "Gadolinium", "Terbium",      "Dysprosium",
109   "Holmium",      "Erbium",      "Thulium",     "Ytterbium",  "Lutetium",     "Hafnium",
110   "Tantalum",     "Tungsten",    "Rhenium",     "Osmium",     "Iridium",      "Platinium",
111   "Gold",         "Mercury",     "Thallium",    "Lead",       "Bismuth",      "Polonium",
112   "Astatine",     "Radon",       "Francium",    "Radium",     "Actinium",     "Thorium",
113   "Protactinium", "Uranium",     "Neptunium",   "Plutonium",  "Americium",    "Curium",
114   "Berkelium",    "Californium", "Einsteinium", "Fermium"};
115 
116 #endif
117