|
Geant4
10.01.p03
|
#include <G4VhNuclearStoppingPower.hh>
Inheritance diagram for G4VhNuclearStoppingPower: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 |
Protected Attributes | |
| G4bool | lossFlucFlag |
Private Member Functions | |
| G4VhNuclearStoppingPower & | operator= (const G4VhNuclearStoppingPower &right) |
| G4VhNuclearStoppingPower (const G4VhNuclearStoppingPower &) | |
Definition at line 56 of file G4VhNuclearStoppingPower.hh.
| G4VhNuclearStoppingPower::G4VhNuclearStoppingPower | ( | ) |
Definition at line 56 of file G4VhNuclearStoppingPower.cc.
|
virtual |
Definition at line 62 of file G4VhNuclearStoppingPower.cc.
|
private |
|
pure virtual |
Implemented in G4hZiegler1985Nuclear, and G4hICRU49Nuclear.
|
private |
|
inline |
Definition at line 67 of file G4VhNuclearStoppingPower.hh.
References lossFlucFlag.
Referenced by G4hNuclearStoppingModel::InitializeMe(), and G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOff().
Here is the caller graph for this function:
|
inline |
Definition at line 65 of file G4VhNuclearStoppingPower.hh.
References lossFlucFlag.
Referenced by G4hNuclearStoppingModel::SetNuclearStoppingFluctuationsOn().
Here is the caller graph for this function:
|
protected |
Definition at line 74 of file G4VhNuclearStoppingPower.hh.
Referenced by G4hICRU49Nuclear::NuclearStoppingPower(), G4hZiegler1985Nuclear::NuclearStoppingPower(), SetNuclearStoppingFluctuationsOff(), and SetNuclearStoppingFluctuationsOn().