| 
    Geant4
    10.01.p03
    
   | 
 
#include <G4AlphaDecay.hh>
 Inheritance diagram for G4AlphaDecay:
 Collaboration diagram for G4AlphaDecay:Private Attributes | |
| const G4double | transitionQ | 
| const G4double | daughterEx | 
| G4double | halflifeThreshold | 
Additional Inherited Members | |
  Protected Member Functions inherited from G4VDecayChannel | |
| void | ClearDaughtersName () | 
| void | FillDaughters () | 
| void | FillParent () | 
| G4VDecayChannel () | |
| G4VDecayChannel (const G4VDecayChannel &) | |
| G4VDecayChannel & | operator= (const G4VDecayChannel &) | 
| G4double | DynamicalMass (G4double massPDG, G4double width, G4double maxDev=+1.) const | 
  Protected Attributes inherited from G4VDecayChannel | |
| G4String | kinematics_name | 
| G4double | rbranch | 
| G4int | numberOfDaughters | 
| G4String * | parent_name | 
| G4String ** | daughters_name | 
| G4double | rangeMass | 
| G4ParticleTable * | particletable | 
| G4int | verboseLevel | 
| G4ParticleDefinition * | G4MT_parent | 
| G4ParticleDefinition ** | G4MT_daughters | 
| G4double | G4MT_parent_mass | 
| G4double * | G4MT_daughters_mass | 
| G4double * | G4MT_daughters_width | 
  Static Protected Attributes inherited from G4VDecayChannel | |
| static const G4String | noName = " " | 
Definition at line 42 of file G4AlphaDecay.hh.
| G4AlphaDecay::G4AlphaDecay | ( | const G4ParticleDefinition * | theParentNucleus, | 
| const G4double & | theBR, | ||
| const G4double & | Qvalue, | ||
| const G4double & | excitation | ||
| ) | 
Definition at line 45 of file G4AlphaDecay.cc.
References daughterEx, G4ParticleDefinition::GetAtomicMass(), G4ParticleDefinition::GetAtomicNumber(), G4IonTable::GetIon(), G4ParticleTable::GetIonTable(), G4ParticleTable::GetParticleTable(), G4VDecayChannel::SetBR(), G4VDecayChannel::SetDaughter(), G4VDecayChannel::SetNumberOfDaughters(), and G4VDecayChannel::SetParent().
 Here is the call graph for this function:| G4AlphaDecay::G4AlphaDecay | ( | const G4AlphaDecay & | right | ) | 
Definition at line 64 of file G4AlphaDecay.cc.
| G4AlphaDecay::~G4AlphaDecay | ( | ) | 
Definition at line 70 of file G4AlphaDecay.cc.
      
  | 
  virtual | 
Implements G4VDecayChannel.
Definition at line 74 of file G4AlphaDecay.cc.
References G4VDecayChannel::FillDaughters(), G4VDecayChannel::FillParent(), G4VDecayChannel::G4MT_daughters, G4VDecayChannel::G4MT_parent, G4UniformRand, G4ParticleDefinition::GetPDGMass(), G4DecayProducts::PushProducts(), rad, and transitionQ.
 Here is the call graph for this function:| void G4AlphaDecay::DumpInfo | ( | ) | 
Definition at line 120 of file G4AlphaDecay.cc.
References G4cout, G4endl, G4VDecayChannel::GetBR(), G4VDecayChannel::GetDaughterName(), G4VDecayChannel::GetParentName(), and transitionQ.
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 56 of file G4AlphaDecay.hh.
References halflifeThreshold.
      
  | 
  inline | 
Definition at line 55 of file G4AlphaDecay.hh.
References halflifeThreshold.
Referenced by G4RadioactiveDecay::LoadDecayTable().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 62 of file G4AlphaDecay.hh.
Referenced by G4AlphaDecay().
      
  | 
  private | 
Definition at line 63 of file G4AlphaDecay.hh.
Referenced by GetHLThreshold(), and SetHLThreshold().
      
  | 
  private | 
Definition at line 61 of file G4AlphaDecay.hh.
Referenced by DecayIt(), and DumpInfo().