#include <G4hNuclearStoppingModel.hh>
|
| G4hNuclearStoppingModel (const G4String &name) |
|
| ~G4hNuclearStoppingModel () |
|
G4double | TheValue (const G4DynamicParticle *particle, const G4Material *material) |
|
G4double | TheValue (const G4ParticleDefinition *aParticle, const G4Material *material, G4double kineticEnergy) |
|
G4double | HighEnergyLimit (const G4ParticleDefinition *, const G4Material *) const |
|
G4double | LowEnergyLimit (const G4ParticleDefinition *, const G4Material *) const |
|
G4double | HighEnergyLimit (const G4ParticleDefinition *) const |
|
G4double | LowEnergyLimit (const G4ParticleDefinition *) const |
|
G4bool | IsInCharge (const G4DynamicParticle *, const G4Material *) const |
|
G4bool | IsInCharge (const G4ParticleDefinition *, const G4Material *) const |
|
void | SetNuclearStoppingFluctuationsOn () |
|
void | SetNuclearStoppingFluctuationsOff () |
|
| 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 G4hNuclearStoppingModel.hh.
◆ G4hNuclearStoppingModel()
G4hNuclearStoppingModel::G4hNuclearStoppingModel |
( |
const G4String & |
name | ) |
|
◆ ~G4hNuclearStoppingModel()
G4hNuclearStoppingModel::~G4hNuclearStoppingModel |
( |
| ) |
|
◆ HighEnergyLimit() [1/2]
◆ HighEnergyLimit() [2/2]
◆ IsInCharge() [1/2]
◆ IsInCharge() [2/2]
◆ LowEnergyLimit() [1/2]
◆ LowEnergyLimit() [2/2]
◆ SetNuclearStoppingFluctuationsOff()
void G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOff |
( |
| ) |
|
|
inline |
◆ SetNuclearStoppingFluctuationsOn()
void G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOn |
( |
| ) |
|
|
inline |
◆ TheValue() [1/2]
Implements G4VLowEnergyModel.
Definition at line 123 of file G4hNuclearStoppingModel.cc.
126{
127
131
132 G4double nloss = StoppingPower(material, energy, z1, m1) * theZieglerFactor;
133
134 return nloss;
135}
G4double GetCharge() const
G4double GetKineticEnergy() const
◆ TheValue() [2/2]
Implements G4VLowEnergyModel.
Definition at line 139 of file G4hNuclearStoppingModel.cc.
143{
144
147
148 G4double nloss = StoppingPower(material, kineticEnergy, z1, m1)
149 * theZieglerFactor;
150
151 return nloss;
152}
G4double GetPDGMass() const
G4double GetPDGCharge() const
The documentation for this class was generated from the following files: