Geant4
10.02.p02
|
#include <G4AlphaDecayChannel.hh>
Public Member Functions | |
G4AlphaDecayChannel (G4int Verbose, const G4ParticleDefinition *theParentNucleus, G4double theBR, G4double theEndPointEnergy=0.0, G4double theDaughterExcitation=0.0) | |
~G4AlphaDecayChannel () | |
Public Member Functions inherited from G4NuclearDecayChannel | |
G4NuclearDecayChannel (const G4RadioactiveDecayMode &theMode, G4int Verbose) | |
G4NuclearDecayChannel (const G4RadioactiveDecayMode &theMode, G4int Verbose, const G4ParticleDefinition *theParentNucleus, const G4double theBR, const G4double theQtransition, const G4int A, const G4int Z, const G4double theDaughterExcitation) | |
G4NuclearDecayChannel (const G4RadioactiveDecayMode &theMode, G4int Verbose, const G4ParticleDefinition *theParentNucleus, G4double theBR, const G4double theQtransition, const G4int A, const G4int Z, const G4double theDaughterExcitation, const G4String theDaughterName1) | |
G4NuclearDecayChannel (const G4RadioactiveDecayMode &theMode, G4int Verbose, const G4ParticleDefinition *theParentNucleus, G4double theBR, G4double theFFN, G4bool betaS, G4RandGeneral *randBeta, const G4double theQtransition, const G4int A, const G4int Z, const G4double theDaughterExcitation, const G4String theDaughterName1, const G4String theDaughterName2) | |
virtual | ~G4NuclearDecayChannel () |
G4DecayProducts * | DecayIt (G4double) |
void | SetHLThreshold (G4double hl) |
void | SetICM (G4bool icm) |
void | SetARM (G4bool arm) |
G4RadioactiveDecayMode | GetDecayMode () |
G4double | GetDaughterExcitation () |
G4ParticleDefinition * | GetDaughterNucleus () |
Public Member Functions inherited from G4GeneralPhaseSpaceDecay | |
G4GeneralPhaseSpaceDecay (G4int Verbose=1) | |
G4GeneralPhaseSpaceDecay (const G4String &theParentName, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2="", const G4String &theDaughterName3="") | |
G4GeneralPhaseSpaceDecay (const G4String &theParentName, G4double theParentMass, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2="", const G4String &theDaughterName3="") | |
G4GeneralPhaseSpaceDecay (const G4String &theParentName, G4double theParentMass, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2, const G4String &theDaughterName3, const G4double *masses) | |
G4GeneralPhaseSpaceDecay (const G4String &theParentName, G4double theParentMass, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2, const G4String &theDaughterName3, const G4String &theDaughterName4, const G4double *masses) | |
virtual | ~G4GeneralPhaseSpaceDecay () |
G4double | GetParentMass () const |
void | SetParentMass (const G4double aParentMass) |
Public Member Functions inherited from G4VDecayChannel | |
G4VDecayChannel (const G4String &aName, G4int Verbose=1) | |
G4VDecayChannel (const G4String &aName, const G4String &theParentName, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2="", const G4String &theDaughterName3="", const G4String &theDaughterName4="") | |
virtual | ~G4VDecayChannel () |
G4int | operator== (const G4VDecayChannel &right) const |
G4int | operator!= (const G4VDecayChannel &right) const |
G4int | operator< (const G4VDecayChannel &right) const |
const G4String & | GetKinematicsName () const |
G4double | GetBR () const |
G4int | GetNumberOfDaughters () const |
G4ParticleDefinition * | GetParent () |
G4ParticleDefinition * | GetDaughter (G4int anIndex) |
G4int | GetAngularMomentum () |
const G4String & | GetParentName () const |
const G4String & | GetDaughterName (G4int anIndex) const |
G4double | GetParentMass () const |
G4double | GetDaughterMass (G4int anIndex) const |
void | SetParent (const G4ParticleDefinition *particle_type) |
void | SetParent (const G4String &particle_name) |
void | SetBR (G4double value) |
void | SetNumberOfDaughters (G4int value) |
void | SetDaughter (G4int anIndex, const G4ParticleDefinition *particle_type) |
void | SetDaughter (G4int anIndex, const G4String &particle_name) |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
void | DumpInfo () |
G4double | GetRangeMass () const |
void | SetRangeMass (G4double val) |
virtual G4bool | IsOKWithParentMass (G4double parentMass) |
void | SetPolarization (const G4ThreeVector &) |
const G4ThreeVector & | GetPolarization () const |
Definition at line 57 of file G4AlphaDecayChannel.hh.
|
inline |
Definition at line 66 of file G4AlphaDecayChannel.hh.
References G4cout, G4endl, and G4VDecayChannel::GetVerboseLevel().
|
inline |
Definition at line 82 of file G4AlphaDecayChannel.hh.