Geant4
10.03
|
#include <G4DalitzDecayChannel.hh>
Protected Member Functions | |
G4DalitzDecayChannel (const G4DalitzDecayChannel &) | |
G4DalitzDecayChannel & | operator= (const G4DalitzDecayChannel &) |
![]() | |
void | ClearDaughtersName () |
void | CheckAndFillDaughters () |
void | CheckAndFillParent () |
G4VDecayChannel () | |
G4VDecayChannel (const G4VDecayChannel &) | |
G4VDecayChannel & | operator= (const G4VDecayChannel &) |
G4double | DynamicalMass (G4double massPDG, G4double width, G4double maxDev=+1.) const |
Private Types | |
enum | { idGamma =0, idLepton =1, idAntiLepton =2 } |
Private Member Functions | |
G4DalitzDecayChannel () | |
Additional Inherited Members | |
![]() | |
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 const G4String | noName = " " |
Definition at line 43 of file G4DalitzDecayChannel.hh.
|
private |
Enumerator | |
---|---|
idGamma | |
idLepton | |
idAntiLepton |
Definition at line 71 of file G4DalitzDecayChannel.hh.
G4DalitzDecayChannel::G4DalitzDecayChannel | ( | const G4String & | theParentName, |
G4double | theBR, | ||
const G4String & | theLeptonName, | ||
const G4String & | theAntiLeptonName | ||
) |
Definition at line 53 of file G4DalitzDecayChannel.cc.
References idAntiLepton, idGamma, idLepton, G4VDecayChannel::SetBR(), G4VDecayChannel::SetDaughter(), G4VDecayChannel::SetNumberOfDaughters(), and G4VDecayChannel::SetParent().
|
virtual |
Definition at line 70 of file G4DalitzDecayChannel.cc.
|
protected |
Definition at line 74 of file G4DalitzDecayChannel.cc.
|
private |
Definition at line 48 of file G4DalitzDecayChannel.cc.
|
virtual |
Implements G4VDecayChannel.
Definition at line 106 of file G4DalitzDecayChannel.cc.
References G4VDecayChannel::CheckAndFillDaughters(), G4VDecayChannel::CheckAndFillParent(), G4DecayProducts::DumpInfo(), G4cout, G4endl, G4VDecayChannel::G4MT_daughters, G4VDecayChannel::G4MT_parent, G4UniformRand, G4DynamicParticle::Get4Momentum(), G4ParticleDefinition::GetPDGMass(), G4VDecayChannel::GetVerboseLevel(), idAntiLepton, idGamma, idLepton, G4PhaseSpaceDecayChannel::Pmx(), G4DecayProducts::PushProducts(), rad, G4DynamicParticle::Set4Momentum(), and twopi.
|
protected |
Definition at line 79 of file G4DalitzDecayChannel.cc.
References G4VDecayChannel::ClearDaughtersName(), G4VDecayChannel::daughters_name, G4VDecayChannel::kinematics_name, G4VDecayChannel::numberOfDaughters, G4VDecayChannel::parent_name, G4VDecayChannel::rbranch, and G4VDecayChannel::verboseLevel.