#include <G4VhElectronicStoppingPower.hh>
G4VhElectronicStoppingPower::G4VhElectronicStoppingPower |
( |
| ) |
|
G4VhElectronicStoppingPower::~G4VhElectronicStoppingPower |
( |
| ) |
|
|
virtual |
G4double G4VhElectronicStoppingPower::GetHeMassAMU |
( |
| ) |
const |
|
inlineprotected |
virtual G4bool G4VhElectronicStoppingPower::HasMaterial |
( |
const G4Material * |
material | ) |
|
|
pure virtual |
Definition at line 68 of file G4VhElectronicStoppingPower.cc.
References test::c, GetHeMassAMU(), python.hepunit::keV, G4INCL::Math::max(), test::x, and z.
Referenced by G4hICRU49He::ElectronicStoppingPower(), and G4hICRU49He::StoppingPower().
77 static const G4double c[6] = {0.2865, 0.1266, -0.001429,
78 0.02402,-0.01135, 0.001475} ;
83 for (
G4int i=1; i<6; i++) {
89 w = 1.0 + (0.007 + 0.00005*
z) * std::exp( -w*w ) ;
90 w = 4.0 * (1.0 - std::exp(-x)) * w * w ;
G4double GetHeMassAMU() const
T max(const T t1, const T t2)
brief Return the largest of the two arguments
The documentation for this class was generated from the following files: