|
Geant4
10.00.p01
|
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 |
| typedef std::vector<G4RadioactiveDecayRate> G4RadioactiveDecayRates |
|
virtual |
| G4RadioactiveDecayRateVector& operator= | ( | const G4RadioactiveDecayRateVector & | ) |
| G4int operator== | ( | const G4RadioactiveDecayRateVector & | right | ) | const |
| G4int operator!= | ( | const G4RadioactiveDecayRateVector & | right | ) | const |
| G4RadioactiveDecayRates GetItsRates | ( | ) | const |
References itsRates.
| void SetItsRates | ( | G4RadioactiveDecayRates | arate | ) |
References itsRates.
|
protected |
Referenced by GetIonName(), and SetIonName().
|
protected |
Referenced by GetItsRates(), and SetItsRates().