|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
QSSStats contains functions for statistics on the QSS drivers. More...
#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] |
QSSStats contains functions for statistics on the QSS drivers.
Definition at line 56 of file G4QSS_CustomStats.hh.
|
inline |
Definition at line 72 of file G4QSS_CustomStats.hh.
|
inline |
Definition at line 86 of file G4QSS_CustomStats.hh.
| G4int QSSStats::currentStep |
Definition at line 60 of file G4QSS_CustomStats.hh.
| G4int QSSStats::dqmin_changes[Qss_misc::VAR_IDX_END] |
Definition at line 69 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
| G4int QSSStats::dqrel_changes[Qss_misc::VAR_IDX_END] |
Definition at line 68 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
| G4double QSSStats::integration_time |
Definition at line 66 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
| G4double QSSStats::max_error[Qss_misc::VAR_IDX_END] |
Definition at line 70 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
| G4double QSSStats::precision_dQMin |
Definition at line 58 of file G4QSS_CustomStats.hh.
Referenced by print().
| G4double QSSStats::precision_dQRel |
Definition at line 59 of file G4QSS_CustomStats.hh.
Referenced by print().
| G4double QSSStats::reset_time |
Definition at line 65 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
| std::atomic<G4int> QSSStats::stepperSteps |
Definition at line 62 of file G4QSS_CustomStats.hh.
Referenced by print().
| G4int QSSStats::substeps |
Definition at line 61 of file G4QSS_CustomStats.hh.
Referenced by print(), and QSSStats().
Definition at line 63 of file G4QSS_CustomStats.hh.
Referenced by print().