Geant4
10.03.p01
|
#include <G4PhaseSpaceDecayChannel.hh>
Public Types | |
enum | { MAX_N_DAUGHTERS =4 } |
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 | CheckAndFillDaughters () |
void | CheckAndFillParent () |
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 |
G4ThreeVector | parent_polarization |
G4ParticleTable * | particletable |
G4int | verboseLevel |
G4ParticleDefinition * | G4MT_parent |
G4ParticleDefinition ** | G4MT_daughters |
G4double | G4MT_parent_mass |
G4double * | G4MT_daughters_mass |
G4double * | G4MT_daughters_width |
G4Mutex | daughtersMutex |
G4Mutex | parentMutex |
Static Protected Attributes inherited from G4VDecayChannel | |
static const G4String | noName = " " |
Definition at line 46 of file G4PhaseSpaceDecayChannel.hh.
anonymous enum |
Enumerator | |
---|---|
MAX_N_DAUGHTERS |
Definition at line 49 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 58 of file G4PhaseSpaceDecayChannel.cc.
|
virtual |
Definition at line 78 of file G4PhaseSpaceDecayChannel.cc.
|
virtual |
Implements G4VDecayChannel.
Definition at line 82 of file G4PhaseSpaceDecayChannel.cc.
Reimplemented from G4VDecayChannel.
Definition at line 726 of file G4PhaseSpaceDecayChannel.cc.
Definition at line 739 of file G4PhaseSpaceDecayChannel.cc.
G4bool G4PhaseSpaceDecayChannel::SampleDaughterMasses | ( | ) |
Definition at line 720 of file G4PhaseSpaceDecayChannel.cc.
Definition at line 711 of file G4PhaseSpaceDecayChannel.cc.