| 
    Geant4
    10.02
    
   | 
 
#include <G4RadioactiveDecayRateVector.hh>
 Collaboration diagram for G4RadioactiveDecayRateVector: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().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 102 of file G4RadioactiveDecayRateVector.hh.
References itsRates.
Referenced by G4RadioactiveDecay::AddDecayRateTable().
 Here is the caller graph for this function:
      
  | 
  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().