Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VhNuclearStoppingPower.hh>
Public Member Functions | |
G4VhNuclearStoppingPower () | |
virtual | ~G4VhNuclearStoppingPower () |
void | SetNuclearStoppingFluctuationsOn () |
void | SetNuclearStoppingFluctuationsOff () |
virtual G4double | NuclearStoppingPower (G4double kineticEnergy, G4double z1, G4double z2, G4double m1, G4double m2) const =0 |
G4VhNuclearStoppingPower & | operator= (const G4VhNuclearStoppingPower &right)=delete |
G4VhNuclearStoppingPower (const G4VhNuclearStoppingPower &)=delete | |
Protected Attributes | |
G4bool | lossFlucFlag |
Definition at line 56 of file G4VhNuclearStoppingPower.hh.
|
explicit |
Definition at line 56 of file G4VhNuclearStoppingPower.cc.
|
virtual |
Definition at line 62 of file G4VhNuclearStoppingPower.cc.
|
delete |
|
pure virtual |
Implemented in G4hICRU49Nuclear, and G4hZiegler1985Nuclear.
|
delete |
|
inline |
Definition at line 63 of file G4VhNuclearStoppingPower.hh.
Referenced by G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOff().
|
inline |
Definition at line 62 of file G4VhNuclearStoppingPower.hh.
Referenced by G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOn().
|
protected |
Definition at line 73 of file G4VhNuclearStoppingPower.hh.
Referenced by G4hICRU49Nuclear::NuclearStoppingPower(), G4hZiegler1985Nuclear::NuclearStoppingPower(), SetNuclearStoppingFluctuationsOff(), and SetNuclearStoppingFluctuationsOn().