Geant4_10
|
#include <G4IsomerTable.hh>
Public Types | |
typedef std::vector < G4IsotopeProperty * > | G4IsotopeList |
Public Member Functions | |
G4IsomerTable () | |
virtual | ~G4IsomerTable () |
virtual G4IsotopeProperty * | GetIsotope (G4int Z, G4int A, G4double E) |
virtual G4IsotopeProperty * | GetIsotopeByIsoLvl (G4int Z, G4int A, G4int lvl=0) |
size_t | entries () const |
G4IsotopeProperty * | GetIsotopeByIndex (size_t idx) const |
Public Member Functions inherited from G4VIsotopeTable | |
G4VIsotopeTable () | |
G4VIsotopeTable (const G4String &) | |
G4VIsotopeTable (const G4VIsotopeTable &) | |
G4VIsotopeTable & | operator= (const G4VIsotopeTable &) |
virtual | ~G4VIsotopeTable () |
G4int | GetVerboseLevel () const |
void | SetVerboseLevel (G4int level) |
void | DumpTable (G4int Zmin=1, G4int Zmax=118) |
const G4String & | GetName () const |
Protected Member Functions | |
G4IsomerTable (const G4IsomerTable &right) | |
G4IsomerTable & | operator= (const G4IsomerTable &right) |
void | FillIsotopeList () |
Definition at line 55 of file G4IsomerTable.hh.
typedef std::vector<G4IsotopeProperty*> G4IsomerTable::G4IsotopeList |
Definition at line 64 of file G4IsomerTable.hh.
G4IsomerTable::G4IsomerTable | ( | ) |
|
protected |
|
virtual |
Definition at line 96 of file G4IsomerTable.cc.
|
inline |
|
protected |
|
virtual |
Implements G4VIsotopeTable.
Definition at line 125 of file G4IsomerTable.cc.
|
inline |
Definition at line 124 of file G4IsomerTable.hh.
|
virtual |
Reimplemented from G4VIsotopeTable.
Definition at line 183 of file G4IsomerTable.cc.
|
protected |