#include <G4hNuclearStoppingModel.hh>
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: