Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
// All arrays have length ZMAX = 101
|
||||
// access to this data via atomic number Z (1 - 100)
|
||||
|
||||
static const G4int ZMAXNUCLEARDATA = 100;
|
||||
|
||||
static const G4int amin[] = {
|
||||
0,
|
||||
1, 3, 6, 9, 10, 12, 14, 16, 19, 20, //1-10
|
||||
@@ -78,6 +80,19 @@ static const G4double aeff[] = {
|
||||
204.383, 207.217, 208.98, 208.982, 209.987, 222.018, 223.02, 226.025, 227.028, 232.038, //81-90
|
||||
231.036, 238.029, 237.048, 244.064, 243.061, 247.07, 247.07, 251.08, 252.083, 257.095}; //91-100
|
||||
|
||||
static const G4double lowEnergyLimitMeV[] = {
|
||||
0,
|
||||
0, 0, 0, 0, 0, 6., 0, 4., 0, 0, //1-10
|
||||
0, 0, 0, 1.6, 1.4, 1.4, 1.3, 1.6, 1.2, 1.3, //11-20
|
||||
0.2, 0.2, 0.4, 0, 0, 1.0, 1.3, 0.1, 0.8, 0.2, //21-30
|
||||
0.4, 0, 0, 0, 0, 0, 0, 0, 0, 0, //31-40
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //41-50
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //51-60
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //61-70
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //71-80
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, //81-90
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; //91-100
|
||||
|
||||
static const G4String elementName[] = {
|
||||
"",
|
||||
"Hydrogen", "Helium", "Lithium", "Berylium", "Boron", "Carbon",
|
||||
|
||||
Reference in New Issue
Block a user