Geant4
10.01.p02
|
#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 |
Private Member Functions | |
G4VLowEnergyModel & | operator= (const G4VLowEnergyModel &right) |
G4VLowEnergyModel (const G4VLowEnergyModel &) | |
Definition at line 60 of file G4VLowEnergyModel.hh.
G4VLowEnergyModel::G4VLowEnergyModel | ( | const G4String & | name | ) |
Definition at line 56 of file G4VLowEnergyModel.cc.
|
virtual |
Definition at line 61 of file G4VLowEnergyModel.cc.
|
private |
|
pure virtual |
Implemented in G4hIonEffChargeSquare, G4hNuclearStoppingModel, G4hParametrisedLossModel, G4hBetheBlochModel, G4IonChuFluctuationModel, G4IonYangFluctuationModel, and G4QAOLowEnergyLoss.
Referenced by G4hImpactIonisation::InitializeParametrisation().
|
pure virtual |
|
pure virtual |
Implemented in G4hNuclearStoppingModel, G4hIonEffChargeSquare, G4hParametrisedLossModel, G4hBetheBlochModel, G4IonChuFluctuationModel, G4IonYangFluctuationModel, and G4QAOLowEnergyLoss.
Referenced by G4hImpactIonisation::AntiProtonParametrisedDEDX().
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
private |
|
pure virtual |
Implemented in G4QAOLowEnergyLoss, G4hIonEffChargeSquare, G4hNuclearStoppingModel, G4hParametrisedLossModel, G4hBetheBlochModel, G4IonChuFluctuationModel, and G4IonYangFluctuationModel.
Referenced by G4hImpactIonisation::AlongStepDoIt(), G4hImpactIonisation::AntiProtonParametrisedDEDX(), G4hImpactIonisation::BuildLossTable(), G4hImpactIonisation::ComputeDEDX(), G4hImpactIonisation::GetMeanFreePath(), and G4hImpactIonisation::ProtonParametrisedDEDX().
|
pure virtual |