Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4GeneralPhaseSpaceDecay.hh>
Static Public Member Functions | |
static G4double | Pmx (G4double e, G4double p1, G4double p2) |
Protected Member Functions | |
G4DecayProducts * | OneBodyDecayIt () |
G4DecayProducts * | TwoBodyDecayIt () |
G4DecayProducts * | ThreeBodyDecayIt () |
G4DecayProducts * | ManyBodyDecayIt () |
Protected Member Functions inherited from G4VDecayChannel | |
G4VDecayChannel () | |
G4VDecayChannel (const G4VDecayChannel &) | |
G4VDecayChannel & | operator= (const G4VDecayChannel &) |
void | ClearDaughtersName () |
void | FillDaughters () |
void | FillParent () |
Additional Inherited Members | |
Protected Attributes inherited from G4VDecayChannel | |
G4String | kinematics_name |
G4double | rbranch |
G4int | numberOfDaughters |
G4String * | parent_name |
G4String ** | daughters_name |
G4ParticleTable * | particletable |
G4ParticleDefinition * | parent |
G4ParticleDefinition ** | daughters |
G4double | parent_mass |
G4double * | daughters_mass |
G4int | verboseLevel |
Static Protected Attributes inherited from G4VDecayChannel | |
static const G4String | noName = " " |
Definition at line 45 of file G4GeneralPhaseSpaceDecay.hh.
G4GeneralPhaseSpaceDecay::G4GeneralPhaseSpaceDecay | ( | G4int | Verbose = 1 | ) |
Definition at line 50 of file G4GeneralPhaseSpaceDecay.cc.
G4GeneralPhaseSpaceDecay::G4GeneralPhaseSpaceDecay | ( | const G4String & | theParentName, |
G4double | theBR, | ||
G4int | theNumberOfDaughters, | ||
const G4String & | theDaughterName1, | ||
const G4String & | theDaughterName2 = "" , |
||
const G4String & | theDaughterName3 = "" |
||
) |
Definition at line 57 of file G4GeneralPhaseSpaceDecay.cc.
G4GeneralPhaseSpaceDecay::G4GeneralPhaseSpaceDecay | ( | const G4String & | theParentName, |
G4double | theParentMass, | ||
G4double | theBR, | ||
G4int | theNumberOfDaughters, | ||
const G4String & | theDaughterName1, | ||
const G4String & | theDaughterName2 = "" , |
||
const G4String & | theDaughterName3 = "" |
||
) |
Definition at line 83 of file G4GeneralPhaseSpaceDecay.cc.
G4GeneralPhaseSpaceDecay::G4GeneralPhaseSpaceDecay | ( | const G4String & | theParentName, |
G4double | theParentMass, | ||
G4double | theBR, | ||
G4int | theNumberOfDaughters, | ||
const G4String & | theDaughterName1, | ||
const G4String & | theDaughterName2, | ||
const G4String & | theDaughterName3, | ||
const G4double * | masses | ||
) |
Definition at line 102 of file G4GeneralPhaseSpaceDecay.cc.
|
virtual |
Definition at line 122 of file G4GeneralPhaseSpaceDecay.cc.
|
virtual |
Implements G4VDecayChannel.
Reimplemented in G4NuclearDecayChannel.
Definition at line 126 of file G4GeneralPhaseSpaceDecay.cc.
Referenced by G4KineticTrack::Decay().
|
inline |
Definition at line 98 of file G4GeneralPhaseSpaceDecay.hh.
|
protected |
Definition at line 353 of file G4GeneralPhaseSpaceDecay.cc.
Referenced by DecayIt().
|
protected |
Definition at line 162 of file G4GeneralPhaseSpaceDecay.cc.
Referenced by DecayIt(), and G4NuclearDecayChannel::DecayIt().
Definition at line 111 of file G4GeneralPhaseSpaceDecay.hh.
Referenced by ManyBodyDecayIt(), and TwoBodyDecayIt().
Definition at line 103 of file G4GeneralPhaseSpaceDecay.hh.
Referenced by G4NuclearDecayChannel::DecayIt().
|
protected |
Definition at line 239 of file G4GeneralPhaseSpaceDecay.cc.
Referenced by DecayIt().
|
protected |
Definition at line 189 of file G4GeneralPhaseSpaceDecay.cc.
Referenced by DecayIt(), and G4NuclearDecayChannel::DecayIt().