Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VLowEnergyModel.hh>
Public Member Functions | |
G4VLowEnergyModel (const G4String &name) | |
virtual | ~G4VLowEnergyModel () |
virtual G4double | TheValue (const G4DynamicParticle *particle, const G4Material *material)=0 |
virtual G4double | TheValue (const G4ParticleDefinition *aParticle, const G4Material *material, G4double kineticEnergy)=0 |
virtual G4double | HighEnergyLimit (const G4ParticleDefinition *aParticle, const G4Material *material) const =0 |
virtual G4double | LowEnergyLimit (const G4ParticleDefinition *aParticle, const G4Material *material) const =0 |
virtual G4double | HighEnergyLimit (const G4ParticleDefinition *aParticle) const =0 |
virtual G4double | LowEnergyLimit (const G4ParticleDefinition *aParticle) const =0 |
virtual G4bool | IsInCharge (const G4DynamicParticle *particle, const G4Material *material) const =0 |
virtual G4bool | IsInCharge (const G4ParticleDefinition *aParticle, const G4Material *material) const =0 |
G4VLowEnergyModel & | operator= (const G4VLowEnergyModel &right)=delete |
G4VLowEnergyModel (const G4VLowEnergyModel &)=delete | |
Definition at line 59 of file G4VLowEnergyModel.hh.
|
explicit |
Definition at line 56 of file G4VLowEnergyModel.cc.
|
virtual |
Definition at line 61 of file G4VLowEnergyModel.cc.
|
delete |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
delete |
|
pure virtual |
Implemented in G4hBetheBlochModel, G4hIonEffChargeSquare, G4hNuclearStoppingModel, G4hParametrisedLossModel, G4IonChuFluctuationModel, G4IonYangFluctuationModel, and G4QAOLowEnergyLoss.
Referenced by G4hImpactIonisation::AlongStepDoIt(), G4hImpactIonisation::ComputeDEDX(), and G4hImpactIonisation::GetMeanFreePath().
|
pure virtual |