Geant4-11
|
#include <G4RadioactiveDecayChainsFromParent.hh>
Public Member Functions | |
G4RadioactiveDecayChainsFromParent () | |
G4RadioactiveDecayChainsFromParent (const G4RadioactiveDecayChainsFromParent &) | |
G4String | GetIonName () const |
G4RadioactiveDecayRates | GetItsRates () const |
G4bool | operator!= (const G4RadioactiveDecayChainsFromParent &right) const |
G4RadioactiveDecayChainsFromParent & | operator= (const G4RadioactiveDecayChainsFromParent &) |
G4bool | operator== (const G4RadioactiveDecayChainsFromParent &right) const |
void | SetIonName (G4String name) |
void | SetItsRates (G4RadioactiveDecayRates arate) |
virtual | ~G4RadioactiveDecayChainsFromParent () |
Protected Attributes | |
G4String | ionName |
G4RadioactiveDecayRates | itsRates |
Definition at line 65 of file G4RadioactiveDecayChainsFromParent.hh.
G4RadioactiveDecayChainsFromParent::G4RadioactiveDecayChainsFromParent | ( | ) |
Definition at line 30 of file G4RadioactiveDecayChainsFromParent.cc.
|
virtual |
Definition at line 53 of file G4RadioactiveDecayChainsFromParent.cc.
G4RadioactiveDecayChainsFromParent::G4RadioactiveDecayChainsFromParent | ( | const G4RadioactiveDecayChainsFromParent & | right | ) |
Definition at line 34 of file G4RadioactiveDecayChainsFromParent.cc.
|
inline |
|
inline |
|
inline |
Definition at line 77 of file G4RadioactiveDecayChainsFromParent.hh.
G4RadioactiveDecayChainsFromParent & G4RadioactiveDecayChainsFromParent::operator= | ( | const G4RadioactiveDecayChainsFromParent & | right | ) |
|
inline |
Definition at line 75 of file G4RadioactiveDecayChainsFromParent.hh.
|
inline |
Definition at line 83 of file G4RadioactiveDecayChainsFromParent.hh.
References ionName, and G4InuclParticleNames::name().
Referenced by G4Radioactivation::CalculateChainsFromParent().
|
inline |
Definition at line 90 of file G4RadioactiveDecayChainsFromParent.hh.
References itsRates.
Referenced by G4Radioactivation::CalculateChainsFromParent().
|
protected |
Definition at line 93 of file G4RadioactiveDecayChainsFromParent.hh.
Referenced by G4RadioactiveDecayChainsFromParent(), GetIonName(), operator=(), and SetIonName().
|
protected |
Definition at line 94 of file G4RadioactiveDecayChainsFromParent.hh.
Referenced by G4RadioactiveDecayChainsFromParent(), GetItsRates(), operator=(), and SetItsRates().