60   : 
fName(Name), fZ(Z), fN(N), fA(A), fm(il)
 
   64     ed << 
"Wrong Isotope " << Name << 
" Z= " << Z << 
G4endl;
 
   69     ed << 
"Wrong Isotope " << Name << 
" Z= " << Z << 
" > N= " << N << 
G4endl;
 
   76   theIsotopeTable.push_back(
this);
 
   77   fIndexInTable = theIsotopeTable.size() - 1;
 
   86   : fZ(0), fN(0), fA(0), fm(0), fIndexInTable(0)
 
   94   theIsotopeTable[fIndexInTable] = 
nullptr;
 
  104   theIsotopeTable.push_back(
this);
 
  105   fIndexInTable = theIsotopeTable.size() - 1;
 
  141   std::ios::fmtflags mode = flux.flags();
 
  142   flux.setf(std::ios::fixed,std::ios::floatfield);
 
  146     << 
" Isotope: " << std::setw(5) << isotope->fName 
 
  147     << 
"   Z = " << std::setw(2)    << isotope->fZ 
 
  148     << 
"   N = " << std::setw(3)    << isotope->fN
 
  149     << 
"   A = " << std::setw(6) << std::setprecision(2) 
 
  150     << (isotope->fA)/(
g/
mole) << 
" g/mole";
 
  152   flux.precision(prec);       
 
  153   flux.setf(mode,std::ios::floatfield);       
 
  171      << 
"\n***** Table : Nb of isotopes = " << IsotopeTable.size() 
 
  174    for (
size_t i=0; i<IsotopeTable.size(); i++)
 
  175      flux << IsotopeTable[i] << 
G4endl;
 
  184   return &theIsotopeTable;
 
  191   return theIsotopeTable.size();
 
  199   for (
size_t J=0 ; J<theIsotopeTable.size() ; J++)
 
  201      if (theIsotopeTable[J]->
GetName() == isotopeName)
 
  202        { 
return theIsotopeTable[J]; }
 
  207     G4cout << 
"\n---> warning from G4Isotope::GetIsotope(). The isotope: " 
  208        << isotopeName << 
" does not exist in the table. Return NULL pointer." 
G4int operator==(const G4Isotope &) const 
 
const G4String & GetName() const 
 
std::ostringstream G4ExceptionDescription
 
static const G4IsotopeTable * GetIsotopeTable()
 
static G4NistManager * Instance()
 
static G4Isotope * GetIsotope(const G4String &name, G4bool warning=false)
 
static constexpr double g
 
std::vector< G4Isotope * > G4IsotopeTable
 
G4GLOB_DLL std::ostream G4cout
 
double A(double temperature)
 
G4int operator!=(const G4Isotope &) const 
 
static constexpr double amu_c2
 
G4Isotope(const G4String &name, G4int z, G4int n, G4double a=0., G4int m=0)
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
G4double GetAtomicMass(G4int Z, G4int N) const 
 
static size_t GetNumberOfIsotopes()
 
std::ostream & operator<<(std::ostream &, const BasicVector3D< float > &)
 
static constexpr double mole
 
static constexpr double mole