Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DalitzDecayChannel.hh>
Public Member Functions | |
G4DalitzDecayChannel (const G4String &theParentName, G4double theBR, const G4String &theLeptonName, const G4String &theAntiLeptonName) | |
virtual | ~G4DalitzDecayChannel () |
virtual G4DecayProducts * | DecayIt (G4double) |
Public Member Functions inherited from G4VDecayChannel | |
G4VDecayChannel (const G4String &aName, G4int Verbose=1) | |
G4VDecayChannel (const G4String &aName, const G4String &theParentName, G4double theBR, G4int theNumberOfDaughters, const G4String &theDaughterName1, const G4String &theDaughterName2="", const G4String &theDaughterName3="", const G4String &theDaughterName4="", const G4String &theDaughterName5="") | |
virtual | ~G4VDecayChannel () |
G4bool | operator== (const G4VDecayChannel &r) const |
G4bool | operator!= (const G4VDecayChannel &r) const |
G4bool | operator< (const G4VDecayChannel &right) const |
virtual G4DecayProducts * | DecayIt (G4double parentMass=-1.0)=0 |
const G4String & | GetKinematicsName () const |
G4double | GetBR () const |
G4int | GetNumberOfDaughters () const |
G4ParticleDefinition * | GetParent () |
G4ParticleDefinition * | GetDaughter (G4int anIndex) |
G4int | GetAngularMomentum () |
const G4String & | GetParentName () const |
const G4String & | GetDaughterName (G4int anIndex) const |
G4double | GetParentMass () const |
G4double | GetDaughterMass (G4int anIndex) const |
void | SetParent (const G4ParticleDefinition *particle_type) |
void | SetParent (const G4String &particle_name) |
void | SetBR (G4double value) |
void | SetNumberOfDaughters (G4int value) |
void | SetDaughter (G4int anIndex, const G4ParticleDefinition *particle_type) |
void | SetDaughter (G4int anIndex, const G4String &particle_name) |
void | SetVerboseLevel (G4int value) |
G4int | GetVerboseLevel () const |
void | DumpInfo () |
G4double | GetRangeMass () const |
void | SetRangeMass (G4double val) |
virtual G4bool | IsOKWithParentMass (G4double parentMass) |
void | SetPolarization (const G4ThreeVector &) |
const G4ThreeVector & | GetPolarization () const |
Protected Member Functions | |
G4DalitzDecayChannel (const G4DalitzDecayChannel &) | |
G4DalitzDecayChannel & | operator= (const G4DalitzDecayChannel &) |
Protected Member Functions inherited from G4VDecayChannel | |
void | ClearDaughtersName () |
void | CheckAndFillDaughters () |
void | CheckAndFillParent () |
G4double | DynamicalMass (G4double massPDG, G4double width, G4double maxDev=1.0) const |
G4VDecayChannel () | |
G4VDecayChannel (const G4VDecayChannel &) | |
G4VDecayChannel & | operator= (const G4VDecayChannel &) |
Additional Inherited Members | |
Protected Attributes inherited from G4VDecayChannel | |
G4String | kinematics_name = "" |
G4double | rbranch = 0.0 |
G4String * | parent_name = nullptr |
G4String ** | daughters_name = nullptr |
G4double | rangeMass = 2.5 |
G4ThreeVector | parent_polarization |
G4ParticleTable * | particletable = nullptr |
G4ParticleDefinition * | G4MT_parent = nullptr |
G4ParticleDefinition ** | G4MT_daughters = nullptr |
G4double | G4MT_parent_mass = 0.0 |
G4double * | G4MT_daughters_mass = nullptr |
G4double * | G4MT_daughters_width = nullptr |
G4Mutex | daughtersMutex |
G4Mutex | parentMutex |
G4int | numberOfDaughters = 0 |
G4int | verboseLevel = 1 |
Static Protected Attributes inherited from G4VDecayChannel | |
static const G4String | noName = " " |
Definition at line 42 of file G4DalitzDecayChannel.hh.
G4DalitzDecayChannel::G4DalitzDecayChannel | ( | const G4String & | theParentName, |
G4double | theBR, | ||
const G4String & | theLeptonName, | ||
const G4String & | theAntiLeptonName | ||
) |
Definition at line 47 of file G4DalitzDecayChannel.cc.
Referenced by G4DalitzDecayChannel().
|
virtual |
Definition at line 64 of file G4DalitzDecayChannel.cc.
|
protected |
Definition at line 68 of file G4DalitzDecayChannel.cc.
|
virtual |
Implements G4VDecayChannel.
Definition at line 104 of file G4DalitzDecayChannel.cc.
|
protected |
Definition at line 74 of file G4DalitzDecayChannel.cc.