Geant4
10.02.p02
|
#include <G4NuclearDecay.hh>
Protected Attributes | |
const G4RadioactiveDecayMode | theMode |
Protected Attributes inherited from G4VDecayChannel | |
G4String | kinematics_name |
G4double | rbranch |
G4int | numberOfDaughters |
G4String * | parent_name |
G4String ** | daughters_name |
G4double | rangeMass |
G4ThreeVector | parent_polarization |
G4ParticleTable * | particletable |
G4int | verboseLevel |
G4ParticleDefinition * | G4MT_parent |
G4ParticleDefinition ** | G4MT_daughters |
G4double | G4MT_parent_mass |
G4double * | G4MT_daughters_mass |
G4double * | G4MT_daughters_width |
G4Mutex | daughtersMutex |
G4Mutex | parentMutex |
Private Attributes | |
const G4double | daughterEx |
G4double | halflifeThreshold |
Additional Inherited Members | |
Protected Member Functions inherited from G4VDecayChannel | |
void | ClearDaughtersName () |
void | CheckAndFillDaughters () |
void | CheckAndFillParent () |
G4VDecayChannel () | |
G4VDecayChannel (const G4VDecayChannel &) | |
G4VDecayChannel & | operator= (const G4VDecayChannel &) |
G4double | DynamicalMass (G4double massPDG, G4double width, G4double maxDev=+1.) const |
Static Protected Attributes inherited from G4VDecayChannel | |
static const G4String | noName = " " |
Definition at line 42 of file G4NuclearDecay.hh.
G4NuclearDecay::G4NuclearDecay | ( | const G4String & | channelName, |
const G4RadioactiveDecayMode & | mode, | ||
const G4double & | excitation | ||
) |
Definition at line 37 of file G4NuclearDecay.cc.
|
virtual |
Definition at line 44 of file G4NuclearDecay.cc.
|
pure virtual |
Implemented in G4ITDecay, G4BetaMinusDecay, G4BetaPlusDecay, G4NeutronDecay, G4ProtonDecay, G4AlphaDecay, and G4ECDecay.
|
inline |
Definition at line 53 of file G4NuclearDecay.hh.
References daughterEx.
Referenced by G4RadioactiveDecay::AddDecayRateTable().
|
inline |
Definition at line 55 of file G4NuclearDecay.hh.
References G4VDecayChannel::GetDaughter().
Referenced by G4RadioactiveDecay::AddDecayRateTable().
|
inline |
Definition at line 51 of file G4NuclearDecay.hh.
References theMode.
Referenced by G4RadioactiveDecay::AddDecayRateTable(), and G4RadioactiveDecay::LoadDecayTable().
|
inline |
Definition at line 58 of file G4NuclearDecay.hh.
References halflifeThreshold.
|
inline |
Definition at line 57 of file G4NuclearDecay.hh.
References halflifeThreshold.
Referenced by G4RadioactiveDecay::LoadDecayTable().
|
private |
Definition at line 67 of file G4NuclearDecay.hh.
Referenced by GetDaughterExcitation().
|
private |
Definition at line 68 of file G4NuclearDecay.hh.
Referenced by GetHLThreshold(), and SetHLThreshold().
|
protected |
Definition at line 63 of file G4NuclearDecay.hh.
Referenced by G4ECDecay::DecayIt(), G4ECDecay::DumpNuclearInfo(), and GetDecayMode().