Geant4
10.02.p01
|
#include <G4BetaMinusDecay.hh>
Private Member Functions | |
void | SetUpBetaSpectrumSampler (const G4int &parentZ, const G4int &parentA, const G4BetaDecayType &type) |
Private Attributes | |
const G4double | endpointEnergy |
G4RandGeneral * | spectrumSampler |
Additional Inherited Members | |
![]() | |
void | ClearDaughtersName () |
void | FillDaughters () |
void | FillParent () |
G4VDecayChannel () | |
G4VDecayChannel (const G4VDecayChannel &) | |
G4VDecayChannel & | operator= (const G4VDecayChannel &) |
G4double | DynamicalMass (G4double massPDG, G4double width, G4double maxDev=+1.) const |
![]() | |
const G4RadioactiveDecayMode | theMode |
![]() | |
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 |
![]() | |
static const G4String | noName = " " |
Definition at line 44 of file G4BetaMinusDecay.hh.
G4BetaMinusDecay::G4BetaMinusDecay | ( | const G4ParticleDefinition * | theParentNucleus, |
const G4double & | theBR, | ||
const G4double & | endpointE, | ||
const G4double & | ex, | ||
const G4BetaDecayType & | type | ||
) |
Definition at line 45 of file G4BetaMinusDecay.cc.
References G4ParticleDefinition::GetAtomicMass(), G4ParticleDefinition::GetAtomicNumber(), G4IonTable::GetIon(), G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), G4VDecayChannel::SetBR(), G4VDecayChannel::SetDaughter(), G4VDecayChannel::SetNumberOfDaughters(), G4VDecayChannel::SetParent(), and SetUpBetaSpectrumSampler().
|
virtual |
Definition at line 67 of file G4BetaMinusDecay.cc.
References spectrumSampler.
|
virtual |
Implements G4VDecayChannel.
Definition at line 73 of file G4BetaMinusDecay.cc.
References endpointEnergy, G4VDecayChannel::FillDaughters(), G4VDecayChannel::FillParent(), G4VDecayChannel::G4MT_daughters, G4VDecayChannel::G4MT_parent, G4UniformRand, G4ParticleDefinition::GetPDGMass(), G4DecayProducts::PushProducts(), rad, spectrumSampler, and twopi.
|
virtual |
Implements G4NuclearDecay.
Definition at line 192 of file G4BetaMinusDecay.cc.
References endpointEnergy, G4cout, G4endl, G4VDecayChannel::GetBR(), G4VDecayChannel::GetDaughterName(), G4VDecayChannel::GetParentName(), and keV.
|
private |
Definition at line 156 of file G4BetaMinusDecay.cc.
References endpointEnergy, G4BetaDecayCorrections::FermiFunction(), G4RandGeneral, G4BetaDecayCorrections::ShapeFactor(), and spectrumSampler.
Referenced by G4BetaMinusDecay().
|
private |
Definition at line 61 of file G4BetaMinusDecay.hh.
Referenced by DecayIt(), DumpNuclearInfo(), and SetUpBetaSpectrumSampler().
|
private |
Definition at line 62 of file G4BetaMinusDecay.hh.
Referenced by DecayIt(), SetUpBetaSpectrumSampler(), and ~G4BetaMinusDecay().