Geant4
9.6.p02
|
#include <G4IsotopeProperty.hh>
Public Member Functions | |
G4IsotopeProperty () | |
G4IsotopeProperty (const G4IsotopeProperty &right) | |
G4IsotopeProperty & | operator= (G4IsotopeProperty &right) |
G4int | operator== (const G4IsotopeProperty &right) const |
G4int | operator!= (const G4IsotopeProperty &right) const |
virtual | ~G4IsotopeProperty () |
G4int | GetAtomicNumber () const |
void | SetAtomicNumber (G4int Z) |
G4int | GetAtomicMass () const |
void | SetAtomicMass (G4int A) |
G4int | GetiSpin () const |
void | SetiSpin (G4int J) |
G4double | GetMagneticMoment () const |
void | SetMagneticMoment (G4double M) |
G4double | GetEnergy () const |
void | SetEnergy (G4double E) |
G4double | GetLifeTime () const |
void | SetLifeTime (G4double T) |
G4DecayTable * | GetDecayTable () const |
void | SetDecayTable (G4DecayTable *table) |
void | DumpInfo () const |
Definition at line 42 of file G4IsotopeProperty.hh.
G4IsotopeProperty::G4IsotopeProperty | ( | ) |
Definition at line 48 of file G4IsotopeProperty.cc.
G4IsotopeProperty::G4IsotopeProperty | ( | const G4IsotopeProperty & | right) |
Definition at line 62 of file G4IsotopeProperty.cc.
|
virtual |
Definition at line 57 of file G4IsotopeProperty.cc.
void G4IsotopeProperty::DumpInfo | ( | ) | const |
Definition at line 108 of file G4IsotopeProperty.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
G4int G4IsotopeProperty::operator!= | ( | const G4IsotopeProperty & | right) | const |
Definition at line 103 of file G4IsotopeProperty.cc.
G4IsotopeProperty & G4IsotopeProperty::operator= | ( | G4IsotopeProperty & | right) |
Definition at line 75 of file G4IsotopeProperty.cc.
G4int G4IsotopeProperty::operator== | ( | const G4IsotopeProperty & | right) | const |
Definition at line 92 of file G4IsotopeProperty.cc.
|
inline |