Geant4 11.1.1
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) |
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 | 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 48 of file G4TransportationParameters.hh.
|
default |
void G4TransportationParameters::Dump | ( | ) | const |
Definition at line 133 of file G4TransportationParameters.cc.
Definition at line 189 of file G4TransportationParameters.cc.
|
inlinestatic |
Definition at line 76 of file G4TransportationParameters.hh.
Referenced by G4Transportation::G4Transportation().
|
inline |
Definition at line 61 of file G4TransportationParameters.hh.
Referenced by StreamInfo().
|
inline |
Definition at line 59 of file G4TransportationParameters.hh.
Referenced by StreamInfo().
|
inline |
Definition at line 73 of file G4TransportationParameters.hh.
|
inline |
Definition at line 60 of file G4TransportationParameters.hh.
Referenced by StreamInfo().
|
static |
Definition at line 55 of file G4TransportationParameters.cc.
Referenced by G4Transportation::G4Transportation().
|
inline |
Definition at line 62 of file G4TransportationParameters.hh.
G4bool G4TransportationParameters::SetHighLooperThresholds | ( | ) |
Definition at line 142 of file G4TransportationParameters.cc.
Definition at line 106 of file G4TransportationParameters.cc.
Referenced by SetHighLooperThresholds(), and SetLowLooperThresholds().
G4bool G4TransportationParameters::SetIntermediateLooperThresholds | ( | ) |
Definition at line 160 of file G4TransportationParameters.cc.
G4bool G4TransportationParameters::SetLowLooperThresholds | ( | ) |
Definition at line 173 of file G4TransportationParameters.cc.
Definition at line 83 of file G4TransportationParameters.cc.
Referenced by SetHighLooperThresholds(), and SetLowLooperThresholds().
Definition at line 199 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 120 of file G4TransportationParameters.cc.
Referenced by Dump().
|
friend |