Geant4.10
|
#include <G4PhaseSpaceDecayChannel.hh>
Static Public Member Functions | |
static G4double | Pmx (G4double e, G4double p1, G4double p2) |
Additional Inherited Members | |
![]() | |
void | ClearDaughtersName () |
void | FillDaughters () |
void | FillParent () |
G4VDecayChannel () | |
G4VDecayChannel (const G4VDecayChannel &) | |
G4VDecayChannel & | operator= (const G4VDecayChannel &) |
![]() | |
G4String | kinematics_name |
G4double | rbranch |
G4int | numberOfDaughters |
G4String * | parent_name |
G4String ** | daughters_name |
G4ParticleTable * | particletable |
G4int | verboseLevel |
G4ParticleDefinition * | G4MT_parent |
G4ParticleDefinition ** | G4MT_daughters |
G4double | G4MT_parent_mass |
G4double * | G4MT_daughters_mass |
![]() | |
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 G4VDecayChannel::DumpInfo(), G4VDecayChannel::FillDaughters(), G4VDecayChannel::FillParent(), G4cout, G4endl, G4VDecayChannel::G4MT_daughters, G4VDecayChannel::G4MT_parent, G4VDecayChannel::G4MT_parent_mass, G4VDecayChannel::GetVerboseLevel(), G4VDecayChannel::numberOfDaughters, and G4VDecayChannel::parent_name.
Definition at line 563 of file G4PhaseSpaceDecayChannel.cc.
Referenced by G4DalitzDecayChannel::DecayIt().