#include <G4hBetheBlochModel.hh>
|
| 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 |
|
| 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 |
|
G4VLowEnergyModel & | operator= (const G4VLowEnergyModel &right)=delete |
|
| G4VLowEnergyModel (const G4VLowEnergyModel &)=delete |
|
Definition at line 59 of file G4hBetheBlochModel.hh.
◆ G4hBetheBlochModel()
G4hBetheBlochModel::G4hBetheBlochModel |
( |
const G4String & |
name | ) |
|
|
explicit |
Definition at line 63 of file G4hBetheBlochModel.cc.
65 twoln10(2.*std::log(10.)),
66 bg2lim(0.0169),
67 taulim(8.4146e-3),
68 lowEnergyLimit(1.*MeV),
69 highEnergyLimit(100.*GeV)
70{;}
◆ ~G4hBetheBlochModel()
G4hBetheBlochModel::~G4hBetheBlochModel |
( |
| ) |
|
◆ HighEnergyLimit() [1/2]
◆ HighEnergyLimit() [2/2]
◆ IsInCharge() [1/2]
◆ IsInCharge() [2/2]
◆ LowEnergyLimit() [1/2]
◆ LowEnergyLimit() [2/2]
◆ TheValue() [1/2]
Implements G4VLowEnergyModel.
Definition at line 79 of file G4hBetheBlochModel.cc.
81{
84
85 G4double eloss = BetheBlochFormula(material,energy,particleMass) ;
86
87 return eloss ;
88}
G4double GetKineticEnergy() const
G4double energy(const ThreeVector &p, const G4double m)
◆ TheValue() [2/2]
The documentation for this class was generated from the following files: