Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TrialsCounter.hh>
Public Member Functions | |
G4TrialsCounter (const G4String &nameStats, const G4String &description, G4bool printOnExit=false) | |
~G4TrialsCounter () | |
void | AccumulateCounts (G4int noTrials) |
void | ClearCounts () |
G4int | ReturnTotals (G4int &calls, G4int &maxTrials, G4int &numMaxT) |
void | PrintStatistics () |
Definition at line 41 of file G4TrialsCounter.hh.
G4TrialsCounter::G4TrialsCounter | ( | const G4String & | nameStats, |
const G4String & | description, | ||
G4bool | printOnExit = false ) |
Definition at line 34 of file G4TrialsCounter.cc.
G4TrialsCounter::~G4TrialsCounter | ( | ) |
Definition at line 42 of file G4TrialsCounter.cc.
|
inline |
void G4TrialsCounter::ClearCounts | ( | ) |
Definition at line 63 of file G4TrialsCounter.cc.
Referenced by G4TrialsCounter().
void G4TrialsCounter::PrintStatistics | ( | ) |
Definition at line 48 of file G4TrialsCounter.cc.
Referenced by ~G4TrialsCounter().
Definition at line 72 of file G4TrialsCounter.cc.