Geant4
9.6.p02
|
#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 46 of file G4TrialsCounter.hh.
G4TrialsCounter::~G4TrialsCounter | ( | ) |
void G4TrialsCounter::ClearCounts | ( | ) |
void G4TrialsCounter::PrintStatistics | ( | ) |
Definition at line 77 of file G4TrialsCounter.cc.