Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4QSS_CustomStats.hh>
Public Member Functions | |
QSSStats () | |
void | print () const |
Public Attributes | |
G4double | precision_dQMin |
G4double | precision_dQRel |
G4int | currentStep |
G4int | substeps |
std::atomic< G4int > | stepperSteps |
std::map< G4int, std::map< G4int, G4int > > | substepsByStepNumberByTrackID |
G4double | reset_time |
G4double | integration_time |
G4int | dqrel_changes [Qss_misc::VAR_IDX_END] |
G4int | dqmin_changes [Qss_misc::VAR_IDX_END] |
G4double | max_error [Qss_misc::VAR_IDX_END] |
Definition at line 50 of file G4QSS_CustomStats.hh.
|
inline |
Definition at line 66 of file G4QSS_CustomStats.hh.
|
inline |
Definition at line 79 of file G4QSS_CustomStats.hh.
G4int QSSStats::currentStep |
Definition at line 54 of file G4QSS_CustomStats.hh.
G4int QSSStats::dqmin_changes[Qss_misc::VAR_IDX_END] |
Definition at line 63 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
G4int QSSStats::dqrel_changes[Qss_misc::VAR_IDX_END] |
Definition at line 62 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
G4double QSSStats::integration_time |
Definition at line 60 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
G4double QSSStats::max_error[Qss_misc::VAR_IDX_END] |
Definition at line 64 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
G4double QSSStats::precision_dQMin |
Definition at line 52 of file G4QSS_CustomStats.hh.
Referenced by print().
G4double QSSStats::precision_dQRel |
Definition at line 53 of file G4QSS_CustomStats.hh.
Referenced by print().
G4double QSSStats::reset_time |
Definition at line 59 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
std::atomic<G4int> QSSStats::stepperSteps |
Definition at line 56 of file G4QSS_CustomStats.hh.
Referenced by print().
G4int QSSStats::substeps |
Definition at line 55 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
Definition at line 57 of file G4QSS_CustomStats.hh.
Referenced by print().