50 : fName(Name), fZ(Z), fN(
N), fA(
A), fm(il)
54 ed <<
"Wrong Isotope " << Name <<
" Z= " << Z <<
G4endl;
59 ed <<
"Wrong Isotope " << Name <<
" Z= " << Z <<
" > N= " <<
N <<
G4endl;
66 GetIsotopeTableRef().push_back(
this);
67 fIndexInTable = GetIsotopeTableRef().size() - 1;
86 std::ios::fmtflags mode = flux.flags();
87 flux.setf(std::ios::fixed, std::ios::floatfield);
88 G4long prec = flux.precision(3);
92 <<
" Isotope: " << std::setw(5) << isotope->fName
93 <<
" Z = " << std::setw(2) << isotope->fZ
94 <<
" N = " << std::setw(3) << isotope->fN
95 <<
" A = " << std::setw(6) << std::setprecision(2)
96 << (isotope->fA)/(g/mole) <<
" g/mole";
100 flux.setf(mode, std::ios::floatfield);
117 flux <<
"\n***** Table : Nb of isotopes = " << IsotopeTable.size() <<
" *****\n" <<
G4endl;
119 for (
auto const & i : IsotopeTable) {
141 static Holder _holder;
142 return _holder.instance;
155 for (
auto const & J : GetIsotopeTableRef()) {
156 if (J->GetName() == isotopeName) {
163 G4cout <<
"\n---> warning from G4Isotope::GetIsotope(). The isotope: " << isotopeName
164 <<
" does not exist in the table. Return NULL pointer." <<
G4endl;
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
std::ostream & operator<<(std::ostream &flux, const G4Isotope *isotope)
std::vector< G4Isotope * > G4IsotopeTable
G4TemplateRNGHelper< G4long > * G4TemplateRNGHelper< G4long >::instance
G4GLOB_DLL std::ostream G4cout
static const G4IsotopeTable * GetIsotopeTable()
G4bool operator!=(const G4Isotope &) const
static G4Isotope * GetIsotope(const G4String &name, G4bool warning=false)
G4Isotope(const G4String &name, G4int z, G4int n, G4double a=0., G4int mlevel=0)
G4bool operator==(const G4Isotope &) const
static std::size_t GetNumberOfIsotopes()
G4double GetAtomicMass(G4int Z, G4int N) const
static G4NistManager * Instance()