Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TransportationParameters.hh>
Public Member Functions | |
~G4TransportationParameters ()=default | |
G4bool | SetNumberOfTrials (G4int val) |
G4bool | SetWarningEnergy (G4double val) |
G4bool | SetImportantEnergy (G4double val) |
G4bool | SetWarningAndImportantEnergies (G4double warnE, G4double imprtE) |
G4int | GetNumberOfTrials () const |
G4double | GetWarningEnergy () const |
G4double | GetImportantEnergy () const |
G4bool | IsMagneticMomentEnabled () const |
G4bool | EnableUseOfMagneticMoment (G4bool useMoment=true) |
G4bool | SetHighLooperThresholds () |
G4bool | SetIntermediateLooperThresholds () |
G4bool | SetLowLooperThresholds () |
G4bool | SetSilenceAllLooperWarnings (G4bool val=true) |
G4bool | GetSilenceAllLooperWarnings () |
void | ReportLockError (G4String methodName, G4bool verbose=false) const |
void | StreamInfo (std::ostream &os) const |
void | Dump () const |
Static Public Member Functions | |
static G4TransportationParameters * | Instance () |
static G4bool | Exists () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4TransportationParameters &) |
Definition at line 59 of file G4TransportationParameters.hh.
|
default |
void G4TransportationParameters::Dump | ( | ) | const |
Definition at line 198 of file G4TransportationParameters.cc.
Definition at line 254 of file G4TransportationParameters.cc.
|
inlinestatic |
Definition at line 97 of file G4TransportationParameters.hh.
Referenced by G4Transportation::G4Transportation().
|
inline |
Definition at line 79 of file G4TransportationParameters.hh.
Referenced by StreamInfo().
|
inline |
Definition at line 77 of file G4TransportationParameters.hh.
Referenced by StreamInfo().
|
inline |
Definition at line 91 of file G4TransportationParameters.hh.
|
inline |
Definition at line 78 of file G4TransportationParameters.hh.
Referenced by StreamInfo().
|
static |
Definition at line 55 of file G4TransportationParameters.cc.
Referenced by G4Transportation::G4Transportation().
|
inline |
Definition at line 80 of file G4TransportationParameters.hh.
void G4TransportationParameters::ReportLockError | ( | G4String | methodName, |
G4bool | verbose = false ) const |
Definition at line 162 of file G4TransportationParameters.cc.
Referenced by SetImportantEnergy(), SetNumberOfTrials(), SetWarningAndImportantEnergies(), and SetWarningEnergy().
G4bool G4TransportationParameters::SetHighLooperThresholds | ( | ) |
Definition at line 207 of file G4TransportationParameters.cc.
Definition at line 110 of file G4TransportationParameters.cc.
Referenced by SetHighLooperThresholds(), and SetLowLooperThresholds().
G4bool G4TransportationParameters::SetIntermediateLooperThresholds | ( | ) |
Definition at line 225 of file G4TransportationParameters.cc.
G4bool G4TransportationParameters::SetLowLooperThresholds | ( | ) |
Definition at line 238 of file G4TransportationParameters.cc.
Definition at line 83 of file G4TransportationParameters.cc.
Referenced by SetHighLooperThresholds(), and SetLowLooperThresholds().
Definition at line 264 of file G4TransportationParameters.cc.
G4bool G4TransportationParameters::SetWarningAndImportantEnergies | ( | G4double | warnE, |
G4double | imprtE ) |
Definition at line 131 of file G4TransportationParameters.cc.
Definition at line 92 of file G4TransportationParameters.cc.
Referenced by SetHighLooperThresholds(), and SetLowLooperThresholds().
void G4TransportationParameters::StreamInfo | ( | std::ostream & | os | ) | const |
Definition at line 185 of file G4TransportationParameters.cc.
Referenced by Dump(), and ReportLockError().
|
friend |