ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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 |
const G4Ions::G4FloatLevelBase | floatingLevel |
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 43 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub at line 37 of file G4NuclearDecay.cc
|
virtual |
Definition at line 45 of file G4NuclearDecay.cc.
View newest version in sPHENIX GitHub at line 45 of file G4NuclearDecay.cc
|
pure virtual |
Implemented in G4ITDecay, G4BetaMinusDecay, G4BetaPlusDecay, G4NeutronDecay, G4ProtonDecay, G4SFDecay, G4ECDecay, G4AlphaDecay, and G4TritonDecay.
|
inline |
Definition at line 55 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub at line 55 of file G4NuclearDecay.hh
References daughterEx.
Referenced by G4Radioactivation::CalculateChainsFromParent(), and G4RadioactiveDecay::CalculateChainsFromParent().
|
inline |
Definition at line 59 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub at line 59 of file G4NuclearDecay.hh
References G4VDecayChannel::GetDaughter().
Referenced by G4Radioactivation::CalculateChainsFromParent(), and G4RadioactiveDecay::CalculateChainsFromParent().
|
inline |
Definition at line 53 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub at line 53 of file G4NuclearDecay.hh
References theMode.
Referenced by G4Radioactivation::CalculateChainsFromParent(), G4RadioactiveDecay::CalculateChainsFromParent(), G4RadioactiveDecayBase::LoadDecayTable(), and G4RadioactiveDecay::LoadDecayTable().
|
inline |
Definition at line 57 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub at line 57 of file G4NuclearDecay.hh
References floatingLevel.
|
inline |
Definition at line 62 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub at line 62 of file G4NuclearDecay.hh
References halflifeThreshold.
Definition at line 61 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub at line 61 of file G4NuclearDecay.hh
References halflifeThreshold.
Referenced by G4RadioactiveDecay::LoadDecayTable().
|
private |
Definition at line 71 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub at line 71 of file G4NuclearDecay.hh
Referenced by GetDaughterExcitation().
|
private |
Definition at line 72 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub at line 72 of file G4NuclearDecay.hh
Referenced by GetFloatingLevel().
|
private |
Definition at line 73 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub at line 73 of file G4NuclearDecay.hh
Referenced by GetHLThreshold(), and SetHLThreshold().
|
protected |
Definition at line 67 of file G4NuclearDecay.hh.
View newest version in sPHENIX GitHub at line 67 of file G4NuclearDecay.hh
Referenced by G4ECDecay::DecayIt(), G4ECDecay::DumpNuclearInfo(), and GetDecayMode().