Geant4
10.00.p03
|
#include <G4VIsotopeTable.hh>
Public Member Functions | |
G4VIsotopeTable () | |
G4VIsotopeTable (const G4String &) | |
G4VIsotopeTable (const G4VIsotopeTable &) | |
G4VIsotopeTable & | operator= (const G4VIsotopeTable &) |
virtual | ~G4VIsotopeTable () |
virtual G4IsotopeProperty * | GetIsotope (G4int Z, G4int A, G4double E)=0 |
virtual G4IsotopeProperty * | GetIsotopeByIsoLvl (G4int Z, G4int A, G4int level=0) |
G4int | GetVerboseLevel () const |
void | SetVerboseLevel (G4int level) |
void | DumpTable (G4int Zmin=1, G4int Zmax=118) |
const G4String & | GetName () const |
Private Attributes | |
G4String | fName |
G4int | verboseLevel |
Definition at line 44 of file G4VIsotopeTable.hh.
G4VIsotopeTable::G4VIsotopeTable | ( | ) |
Definition at line 45 of file G4VIsotopeTable.cc.
|
explicit |
Definition at line 50 of file G4VIsotopeTable.cc.
G4VIsotopeTable::G4VIsotopeTable | ( | const G4VIsotopeTable & | right | ) |
Definition at line 55 of file G4VIsotopeTable.cc.
|
virtual |
Definition at line 69 of file G4VIsotopeTable.cc.
Definition at line 81 of file G4VIsotopeTable.cc.
References A, G4IsotopeProperty::DumpInfo(), and GetIsotope().
|
pure virtual |
Implemented in G4NuclideTable, G4RIsotopeTable, G4IsotopeMagneticMomentTable, and G4IsomerTable.
Referenced by DumpTable(), G4IonTable::FindIsotope(), and GetIsotopeByIsoLvl().
|
virtual |
Reimplemented in G4NuclideTable, G4IsotopeMagneticMomentTable, and G4IsomerTable.
Definition at line 73 of file G4VIsotopeTable.cc.
References GetIsotope().
|
inline |
Definition at line 99 of file G4VIsotopeTable.hh.
References fName.
Referenced by G4IonTable::RegisterIsotopeTable().
|
inline |
Definition at line 105 of file G4VIsotopeTable.hh.
References verboseLevel.
Referenced by G4IsomerTable::G4IsomerTable(), and G4NuclideTable::G4NuclideTable().
G4VIsotopeTable & G4VIsotopeTable::operator= | ( | const G4VIsotopeTable & | right | ) |
Definition at line 60 of file G4VIsotopeTable.cc.
References fName, and verboseLevel.
|
inline |
Definition at line 111 of file G4VIsotopeTable.hh.
References verboseLevel.
Referenced by G4IsomerTable::G4IsomerTable(), and G4NuclideTable::G4NuclideTable().
|
private |
Definition at line 94 of file G4VIsotopeTable.hh.
Referenced by GetName(), and operator=().
|
private |
Definition at line 95 of file G4VIsotopeTable.hh.
Referenced by GetVerboseLevel(), operator=(), and SetVerboseLevel().