#include <G4RIsotopeTable.hh>
Definition at line 64 of file G4RIsotopeTable.hh.
G4RIsotopeTable::G4RIsotopeTable |
( |
| ) |
|
G4RIsotopeTable::~G4RIsotopeTable |
( |
| ) |
|
|
virtual |
Implements G4VIsotopeTable.
Definition at line 114 of file G4RIsotopeTable.cc.
References test::fname, G4cout, G4endl, G4IsotopeProperty::SetAtomicMass(), G4IsotopeProperty::SetAtomicNumber(), G4IsotopeProperty::SetDecayTable(), G4IsotopeProperty::SetEnergy(), G4IsotopeProperty::SetiSpin(), and G4IsotopeProperty::SetLifeTime().
118 for (
G4int i = 0 ; i< Entries(); i++) {
119 if(fIsotopeNameList[i] == fname) j = i;}
121 if (GetVerboseLevel()>1) {
122 G4cout <<
"G4RIsotopeTable::GetIsotope No. : ";
128 G4double meanlife = GetMeanLifeTime(Z, A, E);
147 fIsotopeList.push_back(fProperty);
148 fname = GetIsotopeName(Z, A, E);
149 fIsotopeNameList.push_back(fname);
150 if (GetVerboseLevel()>1) {
151 G4cout <<
"G4RIsotopeTable::GetIsotope create: ";
void SetAtomicMass(G4int A)
virtual G4IsotopeProperty * GetIsotope(G4int Z, G4int A, G4double E)
void SetLifeTime(G4double T)
G4GLOB_DLL std::ostream G4cout
void SetEnergy(G4double E)
void SetDecayTable(G4DecayTable *table)
void SetAtomicNumber(G4int Z)
The documentation for this class was generated from the following files: