Geant4
10.02.p02
|
#include <G4RadioactiveDecayRateVector.hh>
Public Types | |
typedef std::vector < G4RadioactiveDecayRate > | G4RadioactiveDecayRates |
Public Member Functions | |
G4RadioactiveDecayRateVector () | |
virtual | ~G4RadioactiveDecayRateVector () |
G4RadioactiveDecayRateVector (const G4RadioactiveDecayRateVector &) | |
G4RadioactiveDecayRateVector & | operator= (const G4RadioactiveDecayRateVector &) |
G4int | operator== (const G4RadioactiveDecayRateVector &right) const |
G4int | operator!= (const G4RadioactiveDecayRateVector &right) const |
G4String | GetIonName () const |
G4RadioactiveDecayRates | GetItsRates () const |
void | SetIonName (G4String name) |
void | SetItsRates (G4RadioactiveDecayRates arate) |
Protected Attributes | |
G4String | ionName |
G4RadioactiveDecayRates | itsRates |
Definition at line 60 of file G4RadioactiveDecayRateVector.hh.
typedef std::vector<G4RadioactiveDecayRate> G4RadioactiveDecayRateVector::G4RadioactiveDecayRates |
Definition at line 68 of file G4RadioactiveDecayRateVector.hh.
G4RadioactiveDecayRateVector::G4RadioactiveDecayRateVector | ( | ) |
Definition at line 31 of file G4RadioactiveDecayRateVector.cc.
|
virtual |
Definition at line 55 of file G4RadioactiveDecayRateVector.cc.
G4RadioactiveDecayRateVector::G4RadioactiveDecayRateVector | ( | const G4RadioactiveDecayRateVector & | right | ) |
Definition at line 39 of file G4RadioactiveDecayRateVector.cc.
|
inline |
Definition at line 92 of file G4RadioactiveDecayRateVector.hh.
References ionName.
|
inline |
Definition at line 95 of file G4RadioactiveDecayRateVector.hh.
References itsRates.
|
inline |
Definition at line 87 of file G4RadioactiveDecayRateVector.hh.
G4RadioactiveDecayRateVector & G4RadioactiveDecayRateVector::operator= | ( | const G4RadioactiveDecayRateVector & | right | ) |
Definition at line 45 of file G4RadioactiveDecayRateVector.cc.
|
inline |
Definition at line 85 of file G4RadioactiveDecayRateVector.hh.
|
inline |
Definition at line 99 of file G4RadioactiveDecayRateVector.hh.
Referenced by G4RadioactiveDecay::AddDecayRateTable().
|
inline |
Definition at line 102 of file G4RadioactiveDecayRateVector.hh.
References itsRates.
Referenced by G4RadioactiveDecay::AddDecayRateTable().
|
protected |
Definition at line 108 of file G4RadioactiveDecayRateVector.hh.
Referenced by G4RadioactiveDecayRateVector(), GetIonName(), operator=(), and SetIonName().
|
protected |
Definition at line 109 of file G4RadioactiveDecayRateVector.hh.
Referenced by G4RadioactiveDecayRateVector(), GetItsRates(), operator=(), and SetItsRates().