Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TransportationLogger.hh>
Public Member Functions | |
G4TransportationLogger (const G4String &className, G4int verbosity) | |
G4TransportationLogger (const char *className, G4int verbosity) | |
~G4TransportationLogger () | |
void | ReportLoopingTrack (const G4Track &track, const G4Step &stepInfo, G4int numTrials, G4long noCalls, const char *methodName) const |
void | ReportLooperThresholds (const char *className) |
void | SetThresholds (G4double newEnWarn, G4double importantEnergy, G4int newMaxTrials) |
G4int | GetVerboseLevel () const |
void | SetVerboseLevel (G4int level) |
G4double | GetThresholdWarningEnergy () const |
G4double | GetThresholdImportantEnergy () const |
G4double | GetThresholdTrials () const |
void | SetThresholdWarningEnergy (G4double val) |
void | SetThresholdImportantEnergy (G4double val) |
void | SetThresholdTrials (G4int maxNoTrials) |
Definition at line 47 of file G4TransportationLogger.hh.
Definition at line 42 of file G4TransportationLogger.cc.
G4TransportationLogger::G4TransportationLogger | ( | const char * | className, |
G4int | verbosity ) |
Definition at line 49 of file G4TransportationLogger.cc.
G4TransportationLogger::~G4TransportationLogger | ( | ) |
Definition at line 56 of file G4TransportationLogger.cc.
|
inline |
Definition at line 77 of file G4TransportationLogger.hh.
Referenced by ReportLooperThresholds().
|
inline |
Definition at line 78 of file G4TransportationLogger.hh.
Referenced by ReportLooperThresholds(), and ReportLoopingTrack().
|
inline |
Definition at line 76 of file G4TransportationLogger.hh.
Referenced by ReportLooperThresholds(), and ReportLoopingTrack().
|
inline |
Definition at line 71 of file G4TransportationLogger.hh.
void G4TransportationLogger::ReportLooperThresholds | ( | const char * | className | ) |
Definition at line 75 of file G4TransportationLogger.cc.
Referenced by G4Transportation::ReportLooperThresholds().
void G4TransportationLogger::ReportLoopingTrack | ( | const G4Track & | track, |
const G4Step & | stepInfo, | ||
G4int | numTrials, | ||
G4long | noCalls, | ||
const char * | methodName ) const |
Definition at line 92 of file G4TransportationLogger.cc.
Referenced by G4Transportation::AlongStepDoIt().
|
inline |
Definition at line 81 of file G4TransportationLogger.hh.
Referenced by SetThresholds().
void G4TransportationLogger::SetThresholds | ( | G4double | newEnWarn, |
G4double | importantEnergy, | ||
G4int | newMaxTrials ) |
Definition at line 63 of file G4TransportationLogger.cc.
|
inline |
Definition at line 82 of file G4TransportationLogger.hh.
Referenced by SetThresholds().
|
inline |
Definition at line 80 of file G4TransportationLogger.hh.
Referenced by SetThresholds().
|
inline |
Definition at line 72 of file G4TransportationLogger.hh.