Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PhaseSpaceDecayChannel.hh>
Static Public Member Functions | |
static G4double | Pmx (G4double e, G4double p1, G4double p2) |
Additional Inherited Members | |
Protected Member Functions inherited from G4VDecayChannel | |
G4VDecayChannel () | |
G4VDecayChannel (const G4VDecayChannel &) | |
G4VDecayChannel & | operator= (const G4VDecayChannel &) |
void | ClearDaughtersName () |
void | FillDaughters () |
void | FillParent () |
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 G4PhaseSpaceDecayChannel.hh.
G4PhaseSpaceDecayChannel::G4PhaseSpaceDecayChannel | ( | G4int | Verbose = 1 | ) |
Definition at line 50 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 56 of file G4PhaseSpaceDecayChannel.cc.
|
virtual |
Definition at line 76 of file G4PhaseSpaceDecayChannel.cc.
|
virtual |
Implements G4VDecayChannel.
Definition at line 80 of file G4PhaseSpaceDecayChannel.cc.
Definition at line 563 of file G4PhaseSpaceDecayChannel.cc.
Referenced by G4DalitzDecayChannel::DecayIt().