|
Geant4
10.02.p02
|
#include <G4hBetheBlochModel.hh>
Inheritance diagram for G4hBetheBlochModel:
Collaboration diagram for G4hBetheBlochModel:Public Member Functions | |
| G4hBetheBlochModel (const G4String &name) | |
| ~G4hBetheBlochModel () | |
| G4double | TheValue (const G4DynamicParticle *particle, const G4Material *material) |
| G4double | TheValue (const G4ParticleDefinition *aParticle, const G4Material *material, G4double kineticEnergy) |
| G4double | HighEnergyLimit (const G4ParticleDefinition *aParticle, const G4Material *material) const |
| G4double | LowEnergyLimit (const G4ParticleDefinition *aParticle, const G4Material *material) const |
| G4double | HighEnergyLimit (const G4ParticleDefinition *aParticle) const |
| G4double | LowEnergyLimit (const G4ParticleDefinition *aParticle) const |
| G4bool | IsInCharge (const G4DynamicParticle *particle, const G4Material *material) const |
| G4bool | IsInCharge (const G4ParticleDefinition *aParticle, const G4Material *material) const |
Public Member Functions inherited from G4VLowEnergyModel | |
| G4VLowEnergyModel (const G4String &name) | |
| virtual | ~G4VLowEnergyModel () |
Private Member Functions | |
| G4double | BetheBlochFormula (const G4Material *material, G4double kineticEnergy, G4double particleMass) const |
Private Attributes | |
| G4double | lowEnergyLimit |
| G4double | highEnergyLimit |
| const G4double | twoln10 |
| const G4double | bg2lim |
| const G4double | taulim |
Definition at line 59 of file G4hBetheBlochModel.hh.
| G4hBetheBlochModel::G4hBetheBlochModel | ( | const G4String & | name | ) |
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, G4IonisParamMat::GetAdensity(), G4IonisParamMat::GetCdensity(), G4Material::GetElectronDensity(), G4Material::GetIonisation(), G4IonisParamMat::GetMdensity(), G4IonisParamMat::GetMeanExcitationEnergy(), G4IonisParamMat::GetShellCorrectionVector(), G4IonisParamMat::GetTaul(), G4IonisParamMat::GetX0density(), G4IonisParamMat::GetX1density(), taulim, twoln10, and x.
Referenced by TheValue().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 104 of file G4hBetheBlochModel.cc.
References highEnergyLimit.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 124 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 113 of file G4hBetheBlochModel.cc.
References G4Material::GetIonisation(), G4ParticleDefinition::GetPDGMass(), and G4IonisParamMat::GetTaul().
Here is the call graph for this function:
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 132 of file G4hBetheBlochModel.cc.
References lowEnergyLimit.
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 79 of file G4hBetheBlochModel.cc.
References BetheBlochFormula(), G4INCL::KinematicsUtils::energy(), G4DynamicParticle::GetKineticEnergy(), and G4DynamicParticle::GetMass().
Here is the call graph for this function:
|
virtual |
Implements G4VLowEnergyModel.
Definition at line 92 of file G4hBetheBlochModel.cc.
References BetheBlochFormula(), and G4ParticleDefinition::GetPDGMass().
Here is the call graph for this function:
|
private |
Definition at line 106 of file G4hBetheBlochModel.hh.
Referenced by BetheBlochFormula().
|
private |
Definition at line 101 of file G4hBetheBlochModel.hh.
Referenced by HighEnergyLimit().
|
private |
Definition at line 100 of file G4hBetheBlochModel.hh.
Referenced by LowEnergyLimit().
|
private |
Definition at line 107 of file G4hBetheBlochModel.hh.
Referenced by BetheBlochFormula().
|
private |
Definition at line 105 of file G4hBetheBlochModel.hh.
Referenced by BetheBlochFormula().