Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <GFlashParticleBounds.hh>
Public Member Functions | |
GFlashParticleBounds () | |
~GFlashParticleBounds () | |
G4double | GetMinEneToParametrise (G4ParticleDefinition &particleType) |
G4double | GetMaxEneToParametrise (G4ParticleDefinition &particleType) |
G4double | GetEneToKill (G4ParticleDefinition &particleType) |
void | SetMinEneToParametrise (G4ParticleDefinition &particleType, G4double enemin) |
void | SetMaxEneToParametrise (G4ParticleDefinition &particleType, G4double enemax) |
void | SetEneToKill (G4ParticleDefinition &particleType, G4double enekill) |
Definition at line 46 of file GFlashParticleBounds.hh.
GFlashParticleBounds::GFlashParticleBounds | ( | ) |
Definition at line 43 of file GFlashParticleBounds.cc.
GFlashParticleBounds::~GFlashParticleBounds | ( | ) |
Definition at line 51 of file GFlashParticleBounds.cc.
G4double GFlashParticleBounds::GetEneToKill | ( | G4ParticleDefinition & | particleType | ) |
Definition at line 103 of file GFlashParticleBounds.cc.
Referenced by GFlashShowerModelMessenger::GetCurrentValue(), and GFlashShowerModel::ModelTrigger().
G4double GFlashParticleBounds::GetMaxEneToParametrise | ( | G4ParticleDefinition & | particleType | ) |
Definition at line 91 of file GFlashParticleBounds.cc.
Referenced by GFlashShowerModelMessenger::GetCurrentValue().
G4double GFlashParticleBounds::GetMinEneToParametrise | ( | G4ParticleDefinition & | particleType | ) |
Definition at line 79 of file GFlashParticleBounds.cc.
Referenced by GFlashShowerModelMessenger::GetCurrentValue(), and GFlashShowerModel::ModelTrigger().
void GFlashParticleBounds::SetEneToKill | ( | G4ParticleDefinition & | particleType, |
G4double | enekill ) |
Definition at line 71 of file GFlashParticleBounds.cc.
Referenced by GFlashShowerModelMessenger::SetNewValue().
void GFlashParticleBounds::SetMaxEneToParametrise | ( | G4ParticleDefinition & | particleType, |
G4double | enemax ) |
Definition at line 63 of file GFlashParticleBounds.cc.
Referenced by GFlashShowerModelMessenger::SetNewValue().
void GFlashParticleBounds::SetMinEneToParametrise | ( | G4ParticleDefinition & | particleType, |
G4double | enemin ) |
Definition at line 55 of file GFlashParticleBounds.cc.
Referenced by GFlashShowerModelMessenger::SetNewValue().