#include <G4WaterStopping.hh>
Definition at line 56 of file G4WaterStopping.hh.
◆ G4WaterStopping() [1/2]
G4WaterStopping::G4WaterStopping |
( |
| ) |
|
|
explicit |
◆ ~G4WaterStopping()
G4WaterStopping::~G4WaterStopping |
( |
| ) |
|
|
default |
◆ G4WaterStopping() [2/2]
◆ GetElectronicDEDX()
Definition at line 64 of file G4WaterStopping.cc.
65{
68
69 if(iz == 26) { idx = 16; }
70 else if (iz < 3 || iz > 18) { return res; }
71
73 if(scaledEnergy < emin) {
74 res = (*(dedx[idx]))[0]*std::sqrt(scaledEnergy/emin);
75 } else {
76 res = (dedx[idx])->Value(scaledEnergy);
77 }
78 return res;
79}
G4double energy(const ThreeVector &p, const G4double m)
◆ operator=()
The documentation for this class was generated from the following files: