|
Geant4_10
|
#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 | |
| void | ClearDaughtersName () |
| void | FillDaughters () |
| void | FillParent () |
| G4VDecayChannel () | |
| G4VDecayChannel (const G4VDecayChannel &) | |
| G4VDecayChannel & | operator= (const G4VDecayChannel &) |
Protected Attributes inherited from 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 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.

Definition at line 563 of file G4PhaseSpaceDecayChannel.cc.

1.8.5