Geant4-11
|
#include <G4RadioactiveDecayRatesToDaughter.hh>
Public Member Functions | |
void | DumpInfo () |
G4RadioactiveDecayRatesToDaughter () | |
G4RadioactiveDecayRatesToDaughter (const G4RadioactiveDecayRatesToDaughter &) | |
G4int | GetA () const |
std::vector< G4double > | GetDecayRateC () const |
G4double | GetE () const |
G4int | GetGeneration () const |
std::vector< G4double > | GetTaos () const |
G4int | GetVerboseLevel () const |
G4int | GetZ () const |
G4bool | operator!= (const G4RadioactiveDecayRatesToDaughter &right) const |
G4RadioactiveDecayRatesToDaughter & | operator= (const G4RadioactiveDecayRatesToDaughter &) |
G4bool | operator== (const G4RadioactiveDecayRatesToDaughter &right) const |
void | SetA (G4int value) |
void | SetDecayRateC (std::vector< G4double > value) |
void | SetE (G4double value) |
void | SetGeneration (G4int value) |
void | SetTaos (std::vector< G4double > value) |
void | SetVerboseLevel (G4int value) |
void | SetZ (G4int value) |
virtual | ~G4RadioactiveDecayRatesToDaughter () |
Protected Attributes | |
G4int | A |
std::vector< G4double > | decayRateC |
G4double | E |
G4int | generation |
std::vector< G4double > | taos |
G4int | Z |
Private Attributes | |
G4int | verboseLevel |
Definition at line 64 of file G4RadioactiveDecayRatesToDaughter.hh.
G4RadioactiveDecayRatesToDaughter::G4RadioactiveDecayRatesToDaughter | ( | ) |
Definition at line 34 of file G4RadioactiveDecayRatesToDaughter.cc.
|
virtual |
Definition at line 68 of file G4RadioactiveDecayRatesToDaughter.cc.
G4RadioactiveDecayRatesToDaughter::G4RadioactiveDecayRatesToDaughter | ( | const G4RadioactiveDecayRatesToDaughter & | right | ) |
Definition at line 39 of file G4RadioactiveDecayRatesToDaughter.cc.
References A, decayRateC, E, generation, taos, verboseLevel, and Z.
void G4RadioactiveDecayRatesToDaughter::DumpInfo | ( | ) |
Definition at line 72 of file G4RadioactiveDecayRatesToDaughter.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 75 of file G4RadioactiveDecayRatesToDaughter.hh.
G4RadioactiveDecayRatesToDaughter & G4RadioactiveDecayRatesToDaughter::operator= | ( | const G4RadioactiveDecayRatesToDaughter & | right | ) |
Definition at line 52 of file G4RadioactiveDecayRatesToDaughter.cc.
References A, decayRateC, E, generation, taos, and Z.
|
inline |
Definition at line 73 of file G4RadioactiveDecayRatesToDaughter.hh.
|
inline |
Definition at line 89 of file G4RadioactiveDecayRatesToDaughter.hh.
References A.
Referenced by G4Radioactivation::SetDecayRate().
|
inline |
Definition at line 92 of file G4RadioactiveDecayRatesToDaughter.hh.
References decayRateC.
Referenced by G4Radioactivation::SetDecayRate().
|
inline |
Definition at line 90 of file G4RadioactiveDecayRatesToDaughter.hh.
References E.
Referenced by G4Radioactivation::SetDecayRate().
|
inline |
Definition at line 91 of file G4RadioactiveDecayRatesToDaughter.hh.
References generation.
Referenced by G4Radioactivation::SetDecayRate().
|
inline |
Definition at line 94 of file G4RadioactiveDecayRatesToDaughter.hh.
References taos.
Referenced by G4Radioactivation::SetDecayRate().
|
inline |
Definition at line 106 of file G4RadioactiveDecayRatesToDaughter.hh.
References verboseLevel.
|
inline |
Definition at line 88 of file G4RadioactiveDecayRatesToDaughter.hh.
References Z.
Referenced by G4Radioactivation::SetDecayRate().
|
protected |
Definition at line 98 of file G4RadioactiveDecayRatesToDaughter.hh.
Referenced by DumpInfo(), G4RadioactiveDecayRatesToDaughter(), GetA(), operator=(), mcscore.MCParticle::printout(), and SetA().
|
protected |
Definition at line 101 of file G4RadioactiveDecayRatesToDaughter.hh.
Referenced by G4RadioactiveDecayRatesToDaughter(), GetDecayRateC(), operator=(), and SetDecayRateC().
|
protected |
Definition at line 99 of file G4RadioactiveDecayRatesToDaughter.hh.
Referenced by DumpInfo(), G4RadioactiveDecayRatesToDaughter(), GetE(), operator=(), and SetE().
|
protected |
Definition at line 100 of file G4RadioactiveDecayRatesToDaughter.hh.
Referenced by DumpInfo(), G4RadioactiveDecayRatesToDaughter(), GetGeneration(), operator=(), and SetGeneration().
|
protected |
Definition at line 102 of file G4RadioactiveDecayRatesToDaughter.hh.
Referenced by G4RadioactiveDecayRatesToDaughter(), GetTaos(), operator=(), and SetTaos().
|
private |
Definition at line 113 of file G4RadioactiveDecayRatesToDaughter.hh.
Referenced by G4RadioactiveDecayRatesToDaughter(), GetVerboseLevel(), and SetVerboseLevel().
|
protected |
Definition at line 97 of file G4RadioactiveDecayRatesToDaughter.hh.
Referenced by DumpInfo(), G4RadioactiveDecayRatesToDaughter(), GetZ(), operator=(), mcscore.MCParticle::printout(), and SetZ().