Geant4-11
|
#include <G4hBetheBlochModel.hh>
Public Member Functions | |
G4hBetheBlochModel (const G4String &name) | |
G4double | HighEnergyLimit (const G4ParticleDefinition *aParticle) const |
G4double | HighEnergyLimit (const G4ParticleDefinition *aParticle, const G4Material *material) const |
G4bool | IsInCharge (const G4DynamicParticle *particle, const G4Material *material) const |
G4bool | IsInCharge (const G4ParticleDefinition *aParticle, const G4Material *material) const |
G4double | LowEnergyLimit (const G4ParticleDefinition *aParticle) const |
G4double | LowEnergyLimit (const G4ParticleDefinition *aParticle, const G4Material *material) const |
G4double | TheValue (const G4DynamicParticle *particle, const G4Material *material) |
G4double | TheValue (const G4ParticleDefinition *aParticle, const G4Material *material, G4double kineticEnergy) |
~G4hBetheBlochModel () | |
Private Member Functions | |
G4double | BetheBlochFormula (const G4Material *material, G4double kineticEnergy, G4double particleMass) const |
Private Attributes | |
const G4double | bg2lim |
G4double | highEnergyLimit |
G4double | lowEnergyLimit |
const G4double | taulim |
const G4double | twoln10 |
Definition at line 59 of file G4hBetheBlochModel.hh.
|
explicit |
Definition at line 63 of file G4hBetheBlochModel.cc.
G4hBetheBlochModel::~G4hBetheBlochModel | ( | ) |
Definition at line 74 of file G4hBetheBlochModel.cc.
|
private |
Definition at line 156 of file G4hBetheBlochModel.cc.
References bg2lim, source.hepunit::electron_mass_c2, eplot::material, taulim, twoln10, and source.hepunit::twopi_mc2_rcl2.
Referenced by TheValue().
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 124 of file G4hBetheBlochModel.cc.
References highEnergyLimit.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 104 of file G4hBetheBlochModel.cc.
References highEnergyLimit.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 140 of file G4hBetheBlochModel.cc.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 148 of file G4hBetheBlochModel.cc.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 132 of file G4hBetheBlochModel.cc.
References lowEnergyLimit.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 113 of file G4hBetheBlochModel.cc.
References G4ParticleDefinition::GetPDGMass(), and eplot::material.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 79 of file G4hBetheBlochModel.cc.
References BetheBlochFormula(), G4INCL::KinematicsUtils::energy(), G4DynamicParticle::GetKineticEnergy(), G4DynamicParticle::GetMass(), and eplot::material.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 92 of file G4hBetheBlochModel.cc.
References BetheBlochFormula(), G4ParticleDefinition::GetPDGMass(), and eplot::material.
|
private |
Definition at line 101 of file G4hBetheBlochModel.hh.
Referenced by BetheBlochFormula().
|
private |
Definition at line 106 of file G4hBetheBlochModel.hh.
Referenced by HighEnergyLimit().
|
private |
Definition at line 105 of file G4hBetheBlochModel.hh.
Referenced by LowEnergyLimit().
|
private |
Definition at line 102 of file G4hBetheBlochModel.hh.
Referenced by BetheBlochFormula().
|
private |
Definition at line 100 of file G4hBetheBlochModel.hh.
Referenced by BetheBlochFormula().