Geant4
10.00.p01
|
#include <G4IsotopeMagneticMomentTable.hh>
Public Types | |
typedef std::vector < G4IsotopeProperty * > | G4IsotopeList |
typedef std::vector< G4String > | G4IsotopeNameList |
Public Member Functions | |
G4IsotopeMagneticMomentTable () | |
virtual | ~G4IsotopeMagneticMomentTable () |
virtual G4bool | FindIsotope (G4IsotopeProperty *property) |
virtual G4IsotopeProperty * | GetIsotope (G4int Z, G4int A, G4double E) |
virtual G4IsotopeProperty * | GetIsotopeByIsoLvl (G4int Z, G4int A, G4int lvl=0) |
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 | |
G4IsotopeMagneticMomentTable (const G4IsotopeMagneticMomentTable &right) | |
G4IsotopeMagneticMomentTable & | operator= (const G4IsotopeMagneticMomentTable &right) |
Private Member Functions | |
G4int | GetVerboseLevel () const |
Private Attributes | |
G4IsotopeList | fIsotopeList |
Static Private Attributes | |
static const G4double | levelTolerance = 2.0*keV |
static const G4double | nuclearMagneton = eplus*hbar_Planck/2./(proton_mass_c2 /c_squared) |
Definition at line 53 of file G4IsotopeMagneticMomentTable.hh.
typedef std::vector<G4IsotopeProperty*> G4IsotopeMagneticMomentTable::G4IsotopeList |
Definition at line 62 of file G4IsotopeMagneticMomentTable.hh.
typedef std::vector<G4String> G4IsotopeMagneticMomentTable::G4IsotopeNameList |
Definition at line 63 of file G4IsotopeMagneticMomentTable.hh.
G4IsotopeMagneticMomentTable::G4IsotopeMagneticMomentTable | ( | ) |
Definition at line 56 of file G4IsotopeMagneticMomentTable.cc.
References fIsotopeList, G4cout, G4endl, G4Exception(), GetVerboseLevel(), JustWarning, MeV, nuclearMagneton, G4IsotopeProperty::SetAtomicMass(), G4IsotopeProperty::SetAtomicNumber(), G4IsotopeProperty::SetEnergy(), G4IsotopeProperty::SetIsomerLevel(), G4IsotopeProperty::SetiSpin(), and G4IsotopeProperty::SetMagneticMoment().
|
protected |
Definition at line 142 of file G4IsotopeMagneticMomentTable.cc.
|
virtual |
Definition at line 133 of file G4IsotopeMagneticMomentTable.cc.
References fIsotopeList.
|
virtual |
Definition at line 155 of file G4IsotopeMagneticMomentTable.cc.
References fIsotopeList, G4IsotopeProperty::GetAtomicMass(), G4IsotopeProperty::GetAtomicNumber(), G4IsotopeProperty::GetEnergy(), G4IsotopeProperty::GetIsomerLevel(), and levelTolerance.
|
virtual |
Implements G4VIsotopeTable.
Definition at line 194 of file G4IsotopeMagneticMomentTable.cc.
References A, fIsotopeList, G4IsotopeProperty::GetAtomicMass(), G4IsotopeProperty::GetAtomicNumber(), G4IsotopeProperty::GetEnergy(), and levelTolerance.
|
virtual |
Reimplemented from G4VIsotopeTable.
Definition at line 232 of file G4IsotopeMagneticMomentTable.cc.
References A, fIsotopeList, G4IsotopeProperty::GetAtomicMass(), G4IsotopeProperty::GetAtomicNumber(), and G4IsotopeProperty::GetIsomerLevel().
|
inlineprivate |
Definition at line 113 of file G4IsotopeMagneticMomentTable.hh.
References G4ParticleTable::GetParticleTable(), and G4ParticleTable::GetVerboseLevel().
Referenced by G4IsotopeMagneticMomentTable().
|
protected |
Definition at line 149 of file G4IsotopeMagneticMomentTable.cc.
|
private |
Definition at line 105 of file G4IsotopeMagneticMomentTable.hh.
Referenced by FindIsotope(), G4IsotopeMagneticMomentTable(), GetIsotope(), GetIsotopeByIsoLvl(), and ~G4IsotopeMagneticMomentTable().
Definition at line 107 of file G4IsotopeMagneticMomentTable.hh.
Referenced by FindIsotope(), and GetIsotope().
|
staticprivate |
Definition at line 108 of file G4IsotopeMagneticMomentTable.hh.
Referenced by G4IsotopeMagneticMomentTable().