#include <G4hNuclearStoppingModel.hh>
|
| G4hNuclearStoppingModel (const G4String &name) |
|
| ~G4hNuclearStoppingModel () |
|
G4double | TheValue (const G4DynamicParticle *particle, const G4Material *material) override |
|
G4double | TheValue (const G4ParticleDefinition *aParticle, const G4Material *material, G4double kineticEnergy) override |
|
G4double | HighEnergyLimit (const G4ParticleDefinition *, const G4Material *) const override |
|
G4double | LowEnergyLimit (const G4ParticleDefinition *, const G4Material *) const override |
|
G4double | HighEnergyLimit (const G4ParticleDefinition *) const override |
|
G4double | LowEnergyLimit (const G4ParticleDefinition *) const override |
|
G4bool | IsInCharge (const G4DynamicParticle *, const G4Material *) const override |
|
G4bool | IsInCharge (const G4ParticleDefinition *, const G4Material *) const override |
|
void | SetNuclearStoppingFluctuationsOn () |
|
void | SetNuclearStoppingFluctuationsOff () |
|
| G4hNuclearStoppingModel (G4hNuclearStoppingModel &)=delete |
|
G4hNuclearStoppingModel & | operator= (const G4hNuclearStoppingModel &right)=delete |
|
| 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 60 of file G4hNuclearStoppingModel.hh.
◆ G4hNuclearStoppingModel() [1/2]
G4hNuclearStoppingModel::G4hNuclearStoppingModel |
( |
const G4String & |
name | ) |
|
|
explicit |
◆ ~G4hNuclearStoppingModel()
G4hNuclearStoppingModel::~G4hNuclearStoppingModel |
( |
| ) |
|
◆ G4hNuclearStoppingModel() [2/2]
◆ HighEnergyLimit() [1/2]
◆ HighEnergyLimit() [2/2]
◆ IsInCharge() [1/2]
◆ IsInCharge() [2/2]
◆ LowEnergyLimit() [1/2]
◆ LowEnergyLimit() [2/2]
◆ operator=()
◆ SetNuclearStoppingFluctuationsOff()
void G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOff |
( |
| ) |
|
|
inline |
◆ SetNuclearStoppingFluctuationsOn()
void G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOn |
( |
| ) |
|
|
inline |
◆ TheValue() [1/2]
Implements G4VLowEnergyModel.
Definition at line 118 of file G4hNuclearStoppingModel.cc.
121{
122
126
127 G4double nloss = StoppingPower(material, energy, z1, m1) * theZieglerFactor;
128
129 return nloss;
130}
G4double GetCharge() const
G4double GetKineticEnergy() const
G4double energy(const ThreeVector &p, const G4double m)
◆ TheValue() [2/2]
Implements G4VLowEnergyModel.
Definition at line 134 of file G4hNuclearStoppingModel.cc.
138{
139
142
143 G4double nloss = StoppingPower(material, kineticEnergy, z1, m1)
144 * theZieglerFactor;
145
146 return nloss;
147}
G4double GetPDGMass() const
G4double GetPDGCharge() const
The documentation for this class was generated from the following files: