Geant4
10.01.p02
|
#include <G4PhaseSpaceDecayChannel.hh>
Public Member Functions | |
G4PhaseSpaceDecayChannel (G4int Verbose=1) | |
G4PhaseSpaceDecayChannel (const G4String &theParentName, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2="", const G4String &theDaughterName3="", const G4String &theDaughterName4="") | |
virtual | ~G4PhaseSpaceDecayChannel () |
virtual G4DecayProducts * | DecayIt (G4double) |
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) |
Static Public Member Functions | |
static G4double | Pmx (G4double e, G4double p1, G4double p2) |
Private Member Functions | |
G4DecayProducts * | OneBodyDecayIt () |
G4DecayProducts * | TwoBodyDecayIt () |
G4DecayProducts * | ThreeBodyDecayIt () |
G4DecayProducts * | ManyBodyDecayIt () |
Static Private Attributes | |
static G4ThreadLocal G4double | current_parent_mass = 0.0 |
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 45 of file G4PhaseSpaceDecayChannel.hh.
G4PhaseSpaceDecayChannel::G4PhaseSpaceDecayChannel | ( | G4int | Verbose = 1 | ) |
Definition at line 51 of file G4PhaseSpaceDecayChannel.cc.
G4PhaseSpaceDecayChannel::G4PhaseSpaceDecayChannel | ( | const G4String & | theParentName, |
G4double | theBR, | ||
G4int | theNumberOfDaughters, | ||
const G4String & | theDaughterName1, | ||
const G4String & | theDaughterName2 = "" , |
||
const G4String & | theDaughterName3 = "" , |
||
const G4String & | theDaughterName4 = "" |
||
) |
Definition at line 57 of file G4PhaseSpaceDecayChannel.cc.
|
virtual |
Definition at line 76 of file G4PhaseSpaceDecayChannel.cc.
|
virtual |
Implements G4VDecayChannel.
Definition at line 80 of file G4PhaseSpaceDecayChannel.cc.
References current_parent_mass, G4VDecayChannel::DumpInfo(), G4VDecayChannel::FillDaughters(), G4VDecayChannel::FillParent(), G4cout, G4endl, G4VDecayChannel::G4MT_daughters, G4VDecayChannel::G4MT_parent, G4VDecayChannel::G4MT_parent_mass, G4VDecayChannel::GetVerboseLevel(), ManyBodyDecayIt(), G4VDecayChannel::numberOfDaughters, OneBodyDecayIt(), G4VDecayChannel::parent_name, ThreeBodyDecayIt(), and TwoBodyDecayIt().
|
private |
Definition at line 422 of file G4PhaseSpaceDecayChannel.cc.
References current_parent_mass, G4VDecayChannel::daughters_name, G4DecayProducts::DumpInfo(), G4cout, G4endl, G4Exception(), G4VDecayChannel::G4MT_daughters, G4VDecayChannel::G4MT_daughters_mass, G4VDecayChannel::G4MT_parent, G4UniformRand, G4DynamicParticle::Get4Momentum(), G4VDecayChannel::GetVerboseLevel(), GeV, JustWarning, G4VDecayChannel::numberOfDaughters, G4VDecayChannel::parent_name, Pmx(), G4DecayProducts::PushProducts(), rad, G4DynamicParticle::Set4Momentum(), and G4InuclParticleNames::sm.
Referenced by DecayIt().
|
private |
Definition at line 126 of file G4PhaseSpaceDecayChannel.cc.
References G4DecayProducts::DumpInfo(), G4cout, G4endl, G4VDecayChannel::G4MT_daughters, G4VDecayChannel::G4MT_parent, G4VDecayChannel::GetVerboseLevel(), and G4DecayProducts::PushProducts().
Referenced by DecayIt().
Definition at line 643 of file G4PhaseSpaceDecayChannel.cc.
References p2.
Referenced by G4DalitzDecayChannel::DecayIt(), ManyBodyDecayIt(), and TwoBodyDecayIt().
|
private |
Definition at line 248 of file G4PhaseSpaceDecayChannel.cc.
References current_parent_mass, G4DecayProducts::DumpInfo(), G4VDecayChannel::DynamicalMass(), G4INCL::KinematicsUtils::energy(), G4cout, G4endl, G4Exception(), G4VDecayChannel::G4MT_daughters, G4VDecayChannel::G4MT_daughters_mass, G4VDecayChannel::G4MT_daughters_width, G4VDecayChannel::G4MT_parent, G4UniformRand, G4ParticleDefinition::GetParticleName(), G4VDecayChannel::GetVerboseLevel(), GeV, JustWarning, G4DecayProducts::PushProducts(), rad, and G4VDecayChannel::rangeMass.
Referenced by DecayIt().
|
private |
Definition at line 153 of file G4PhaseSpaceDecayChannel.cc.
References current_parent_mass, G4DecayProducts::DumpInfo(), G4VDecayChannel::DynamicalMass(), G4cout, G4endl, G4Exception(), G4VDecayChannel::G4MT_daughters, G4VDecayChannel::G4MT_daughters_mass, G4VDecayChannel::G4MT_daughters_width, G4VDecayChannel::G4MT_parent, G4UniformRand, G4ParticleDefinition::GetParticleName(), G4VDecayChannel::GetVerboseLevel(), GeV, JustWarning, Pmx(), G4DecayProducts::PushProducts(), rad, and G4VDecayChannel::rangeMass.
Referenced by DecayIt().
|
staticprivate |
Definition at line 69 of file G4PhaseSpaceDecayChannel.hh.
Referenced by DecayIt(), ManyBodyDecayIt(), ThreeBodyDecayIt(), and TwoBodyDecayIt().