Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4NuclearDecay.hh>
Protected Attributes | |
const G4RadioactiveDecayMode | theMode |
![]() | |
G4String | kinematics_name = "" |
G4double | rbranch = 0.0 |
G4String * | parent_name = nullptr |
G4String ** | daughters_name = nullptr |
G4double | rangeMass = 2.5 |
G4ThreeVector | parent_polarization |
G4ParticleTable * | particletable = nullptr |
G4ParticleDefinition * | G4MT_parent = nullptr |
G4ParticleDefinition ** | G4MT_daughters = nullptr |
G4double | G4MT_parent_mass = 0.0 |
G4double * | G4MT_daughters_mass = nullptr |
G4double * | G4MT_daughters_width = nullptr |
G4Mutex | daughtersMutex |
G4Mutex | parentMutex |
G4int | numberOfDaughters = 0 |
G4int | verboseLevel = 1 |
Additional Inherited Members | |
![]() | |
G4VDecayChannel () | |
G4VDecayChannel (const G4VDecayChannel &) | |
G4VDecayChannel & | operator= (const G4VDecayChannel &) |
void | ClearDaughtersName () |
void | CheckAndFillDaughters () |
void | CheckAndFillParent () |
G4double | DynamicalMass (G4double massPDG, G4double width, G4double maxDev=1.0) const |
![]() | |
static const G4String | noName = " " |
Definition at line 43 of file G4NuclearDecay.hh.
G4NuclearDecay::G4NuclearDecay | ( | const G4String & | channelName, |
const G4RadioactiveDecayMode & | mode, | ||
const G4double & | excitation, | ||
const G4Ions::G4FloatLevelBase & | floatingLevel ) |
Definition at line 37 of file G4NuclearDecay.cc.
Referenced by G4AlphaDecay::G4AlphaDecay(), G4BetaMinusDecay::G4BetaMinusDecay(), G4BetaPlusDecay::G4BetaPlusDecay(), G4ECDecay::G4ECDecay(), G4ITDecay::G4ITDecay(), G4ITDecay::G4ITDecay(), G4NeutronDecay::G4NeutronDecay(), G4ProtonDecay::G4ProtonDecay(), G4SFDecay::G4SFDecay(), and G4TritonDecay::G4TritonDecay().
|
overridedefault |
|
pure virtual |
Implemented in G4AlphaDecay, G4BetaMinusDecay, G4BetaPlusDecay, G4ECDecay, G4ITDecay, G4NeutronDecay, G4ProtonDecay, G4SFDecay, and G4TritonDecay.
|
inline |
Definition at line 57 of file G4NuclearDecay.hh.
Referenced by G4RadioactiveDecay::CalculateChainsFromParent().
|
inline |
Definition at line 61 of file G4NuclearDecay.hh.
Referenced by G4RadioactiveDecay::CalculateChainsFromParent().
|
inline |
Definition at line 55 of file G4NuclearDecay.hh.
Referenced by G4RadioactiveDecay::CalculateChainsFromParent(), and G4VRadioactiveDecay::LoadDecayTable().
|
inline |
Definition at line 59 of file G4NuclearDecay.hh.
Reimplemented from G4VDecayChannel.
Definition at line 45 of file G4NuclearDecay.cc.
|
protected |
Definition at line 67 of file G4NuclearDecay.hh.
Referenced by G4ECDecay::DecayIt(), G4ECDecay::DumpNuclearInfo(), G4NuclearDecay(), and GetDecayMode().