#include <G4VLowEnergyModel.hh>
Inheritance diagram for G4VLowEnergyModel:

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 |
Definition at line 60 of file G4VLowEnergyModel.hh.
| G4VLowEnergyModel::G4VLowEnergyModel | ( | const G4String & | name | ) |
| G4VLowEnergyModel::~G4VLowEnergyModel | ( | ) | [virtual] |
| virtual G4double G4VLowEnergyModel::HighEnergyLimit | ( | const G4ParticleDefinition * | aParticle | ) | const [pure virtual] |
| virtual G4double G4VLowEnergyModel::HighEnergyLimit | ( | const G4ParticleDefinition * | aParticle, | |
| const G4Material * | material | |||
| ) | const [pure virtual] |
| virtual G4bool G4VLowEnergyModel::IsInCharge | ( | const G4ParticleDefinition * | aParticle, | |
| const G4Material * | material | |||
| ) | const [pure virtual] |
| virtual G4bool G4VLowEnergyModel::IsInCharge | ( | const G4DynamicParticle * | particle, | |
| const G4Material * | material | |||
| ) | const [pure virtual] |
| virtual G4double G4VLowEnergyModel::LowEnergyLimit | ( | const G4ParticleDefinition * | aParticle | ) | const [pure virtual] |
| virtual G4double G4VLowEnergyModel::LowEnergyLimit | ( | const G4ParticleDefinition * | aParticle, | |
| const G4Material * | material | |||
| ) | const [pure virtual] |
| virtual G4double G4VLowEnergyModel::TheValue | ( | const G4ParticleDefinition * | aParticle, | |
| const G4Material * | material, | |||
| G4double | kineticEnergy | |||
| ) | [pure virtual] |
| virtual G4double G4VLowEnergyModel::TheValue | ( | const G4DynamicParticle * | particle, | |
| const G4Material * | material | |||
| ) | [pure virtual] |
Implemented in G4hBetheBlochModel, G4hIonEffChargeSquare, G4hNuclearStoppingModel, G4hParametrisedLossModel, G4IonChuFluctuationModel, G4IonYangFluctuationModel, and G4QAOLowEnergyLoss.
Referenced by G4hImpactIonisation::AlongStepDoIt(), G4hImpactIonisation::ComputeDEDX(), and G4hImpactIonisation::GetMeanFreePath().
1.4.7