Geant4
10.00.p03
|
#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 () |
Private Types | |
enum | { nEntries =3075, MaxA =260, MinZ =2, MaxZ =100 } |
enum | { idxPID =0, idxEnergy, idxLife, idxSpin, idxMu } |
Private Attributes | |
G4IsotopeList * | fIsotopeList |
Static Private Attributes | |
static const G4double | isomerTable [nEntries][5] |
static const G4double | levelTolerance = 1.0*keV |
Definition at line 55 of file G4IsomerTable.hh.
typedef std::vector<G4IsotopeProperty*> G4IsomerTable::G4IsotopeList |
Definition at line 64 of file G4IsomerTable.hh.
|
private |
Enumerator | |
---|---|
nEntries | |
MaxA | |
MinZ | |
MaxZ |
Definition at line 102 of file G4IsomerTable.hh.
|
private |
Enumerator | |
---|---|
idxPID | |
idxEnergy | |
idxLife | |
idxSpin | |
idxMu |
Definition at line 110 of file G4IsomerTable.hh.
G4IsomerTable::G4IsomerTable | ( | ) |
Definition at line 53 of file G4IsomerTable.cc.
References FillIsotopeList(), G4ParticleTable::GetParticleTable(), G4VIsotopeTable::GetVerboseLevel(), and G4VIsotopeTable::SetVerboseLevel().
|
protected |
Definition at line 109 of file G4IsomerTable.cc.
References FillIsotopeList().
|
virtual |
Definition at line 96 of file G4IsomerTable.cc.
References fIsotopeList.
|
inline |
Definition at line 118 of file G4IsomerTable.hh.
References fIsotopeList.
Referenced by GetIsotope(), and GetIsotopeByIsoLvl().
|
protected |
Definition at line 63 of file G4IsomerTable.cc.
References fIsotopeList, idxEnergy, idxLife, idxMu, idxPID, idxSpin, isomerTable, joule, keV, nEntries, ns, and tesla.
Referenced by G4IsomerTable(), and operator=().
|
virtual |
Implements G4VIsotopeTable.
Definition at line 125 of file G4IsomerTable.cc.
References entries(), fIsotopeList, G4IsotopeProperty::GetAtomicMass(), G4IsotopeProperty::GetEnergy(), levelTolerance, MaxA, MaxZ, and MinZ.
|
inline |
Definition at line 124 of file G4IsomerTable.hh.
References fIsotopeList.
|
virtual |
Reimplemented from G4VIsotopeTable.
Definition at line 183 of file G4IsomerTable.cc.
References entries(), fIsotopeList, MaxA, MaxZ, and MinZ.
|
protected |
Definition at line 117 of file G4IsomerTable.cc.
References FillIsotopeList().
|
private |
Definition at line 112 of file G4IsomerTable.hh.
Referenced by entries(), FillIsotopeList(), GetIsotope(), GetIsotopeByIndex(), GetIsotopeByIsoLvl(), and ~G4IsomerTable().
|
staticprivate |
Definition at line 103 of file G4IsomerTable.hh.
Referenced by FillIsotopeList().
Definition at line 113 of file G4IsomerTable.hh.
Referenced by GetIsotope().