Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4hQAOModel.hh>
Public Member Functions | |
G4hQAOModel () | |
~G4hQAOModel () | |
G4bool | HasMaterial (const G4Material *) |
G4double | StoppingPower (const G4Material *material, G4double kineticEnergy) |
G4double | ElectronicStoppingPower (G4double z, G4double kineticEnergy) const |
Public Member Functions inherited from G4VhElectronicStoppingPower | |
G4VhElectronicStoppingPower () | |
virtual | ~G4VhElectronicStoppingPower () |
virtual G4double | StoppingPower (const G4Material *material, G4double kineticEnergy)=0 |
virtual G4bool | HasMaterial (const G4Material *material)=0 |
virtual G4double | ElectronicStoppingPower (G4double z, G4double kineticEnergy) const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from G4VhElectronicStoppingPower | |
G4double | HeEffChargeSquare (const G4double z, const G4double kineticEnergyHe) const |
G4double | GetHeMassAMU () const |
Definition at line 57 of file G4hQAOModel.hh.
G4hQAOModel::G4hQAOModel | ( | ) |
Definition at line 59 of file G4hQAOModel.cc.
G4hQAOModel::~G4hQAOModel | ( | ) |
Definition at line 73 of file G4hQAOModel.cc.
Implements G4VhElectronicStoppingPower.
Definition at line 100 of file G4hQAOModel.cc.
Referenced by StoppingPower().
|
inlinevirtual |
Implements G4VhElectronicStoppingPower.
Definition at line 66 of file G4hQAOModel.hh.
|
virtual |
Implements G4VhElectronicStoppingPower.
Definition at line 78 of file G4hQAOModel.cc.