45     G4Exception(
"G4NucleiPropertiesTheoreticalTable::GetIndex",
 
   49     G4Exception(
"G4NucleiPropertiesTheoreticalTable::GetIndex",
 
   53     G4Exception(
"G4NucleiPropertiesTheoreticalTable::GetIndex",
 
   57     G4Exception(
"G4NucleiPropertiesTheoreticalTable::GetIndex",
 
   61     G4Exception(
"G4NucleiPropertiesTheoreticalTable::GetIndex",
 
   66   for (
G4int i = shortTable[Z-8]; i < shortTable[Z-8+1]; i++ ) {
 
   67     if (indexArray[1][i] == A ) 
return i;
 
   77   G4int i=GetIndex(Z, A);
 
   79     return AtomicMassExcess[i]*
MeV;
 
   87   G4int i=GetIndex(Z, A);
 
  101   G4int i=GetIndex(Z, A);
 
  103     return AtomicMassExcess[i]*
MeV + A*
amu_c2;
 
  113   G4int i=GetIndex(Z, A);
 
  121 G4double G4NucleiPropertiesTheoreticalTable::ElectronicBindingEnergy(
G4int Z) {
 
  123   return ael*std::pow(
G4double(Z),2.39);
 
  128   return (Z <= A && A >= 16 && A <= 339 && Z <= 136 && Z >= 8 && GetIndex(Z, A) >= 0);
 
static constexpr double electron_mass_c2
double A(double temperature)
static constexpr double amu_c2
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static constexpr double MeV