Geant4
10.00.p01
|
#include <G4RadioactiveDecayRate.hh>
Public Member Functions | |
G4RadioactiveDecayRate () | |
virtual | ~G4RadioactiveDecayRate () |
G4RadioactiveDecayRate (const G4RadioactiveDecayRate &) | |
G4RadioactiveDecayRate & | operator= (const G4RadioactiveDecayRate &) |
G4int | operator== (const G4RadioactiveDecayRate &right) const |
G4int | operator!= (const G4RadioactiveDecayRate &right) const |
G4int | GetZ () const |
G4int | GetA () const |
G4double | GetE () const |
G4int | GetGeneration () const |
std::vector< G4double > | GetDecayRateC () const |
std::vector< G4double > | GetTaos () const |
void | SetZ (G4int value) |
void | SetA (G4int value) |
void | SetE (G4double value) |
void | SetGeneration (G4int value) |
void | SetDecayRateC (std::vector< G4double > value) |
void | SetTaos (std::vector< G4double > value) |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
void | DumpInfo () |
Protected Attributes | |
G4int | Z |
G4int | A |
G4double | E |
G4int | generation |
std::vector< G4double > | decayRateC |
std::vector< G4double > | taos |
Private Attributes | |
G4int | verboseLevel |
Definition at line 59 of file G4RadioactiveDecayRate.hh.
G4RadioactiveDecayRate::G4RadioactiveDecayRate | ( | ) |
Definition at line 35 of file G4RadioactiveDecayRate.cc.
|
virtual |
Definition at line 66 of file G4RadioactiveDecayRate.cc.
G4RadioactiveDecayRate::G4RadioactiveDecayRate | ( | const G4RadioactiveDecayRate & | right | ) |
Definition at line 40 of file G4RadioactiveDecayRate.cc.
References A, decayRateC, E, generation, taos, and Z.
void G4RadioactiveDecayRate::DumpInfo | ( | ) |
Definition at line 70 of file G4RadioactiveDecayRate.cc.
|
inline |
Definition at line 93 of file G4RadioactiveDecayRate.hh.
References A.
|
inline |
Definition at line 96 of file G4RadioactiveDecayRate.hh.
References decayRateC.
|
inline |
Definition at line 94 of file G4RadioactiveDecayRate.hh.
References E.
|
inline |
Definition at line 95 of file G4RadioactiveDecayRate.hh.
References generation.
|
inline |
Definition at line 98 of file G4RadioactiveDecayRate.hh.
References taos.
|
inline |
Definition at line 121 of file G4RadioactiveDecayRate.hh.
References verboseLevel.
|
inline |
Definition at line 92 of file G4RadioactiveDecayRate.hh.
References Z.
|
inline |
Definition at line 82 of file G4RadioactiveDecayRate.hh.
G4RadioactiveDecayRate & G4RadioactiveDecayRate::operator= | ( | const G4RadioactiveDecayRate & | right | ) |
Definition at line 51 of file G4RadioactiveDecayRate.cc.
References A, decayRateC, E, generation, taos, and Z.
|
inline |
Definition at line 80 of file G4RadioactiveDecayRate.hh.
|
inline |
Definition at line 101 of file G4RadioactiveDecayRate.hh.
References A.
Referenced by G4RadioactiveDecay::SetDecayRate().
|
inline |
Definition at line 104 of file G4RadioactiveDecayRate.hh.
References decayRateC.
Referenced by G4RadioactiveDecay::SetDecayRate().
|
inline |
Definition at line 102 of file G4RadioactiveDecayRate.hh.
References E.
Referenced by G4RadioactiveDecay::SetDecayRate().
|
inline |
Definition at line 103 of file G4RadioactiveDecayRate.hh.
References generation.
Referenced by G4RadioactiveDecay::SetDecayRate().
|
inline |
Definition at line 106 of file G4RadioactiveDecayRate.hh.
References taos.
Referenced by G4RadioactiveDecay::SetDecayRate().
|
inline |
Definition at line 119 of file G4RadioactiveDecayRate.hh.
References verboseLevel.
|
inline |
Definition at line 100 of file G4RadioactiveDecayRate.hh.
References Z.
Referenced by G4RadioactiveDecay::SetDecayRate().
|
protected |
Definition at line 111 of file G4RadioactiveDecayRate.hh.
Referenced by DumpInfo(), G4RadioactiveDecayRate(), GetA(), operator=(), and SetA().
|
protected |
Definition at line 114 of file G4RadioactiveDecayRate.hh.
Referenced by G4RadioactiveDecayRate(), GetDecayRateC(), operator=(), and SetDecayRateC().
|
protected |
Definition at line 112 of file G4RadioactiveDecayRate.hh.
Referenced by DumpInfo(), G4RadioactiveDecayRate(), GetE(), operator=(), and SetE().
|
protected |
Definition at line 113 of file G4RadioactiveDecayRate.hh.
Referenced by DumpInfo(), G4RadioactiveDecayRate(), GetGeneration(), operator=(), and SetGeneration().
|
protected |
Definition at line 115 of file G4RadioactiveDecayRate.hh.
Referenced by G4RadioactiveDecayRate(), GetTaos(), operator=(), and SetTaos().
|
private |
Definition at line 126 of file G4RadioactiveDecayRate.hh.
Referenced by GetVerboseLevel(), and SetVerboseLevel().
|
protected |
Definition at line 110 of file G4RadioactiveDecayRate.hh.
Referenced by DumpInfo(), G4RadioactiveDecayRate(), GetZ(), operator=(), and SetZ().