MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetPrintProgress

Method SetPrintProgress

source/run/include/G4RunManager.hh:478–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 inline G4int GetVerboseLevel() const { return verboseLevel; }
477 inline G4int GetPrintProgress() { return printModulo; }
478 inline void SetPrintProgress(G4int i) { printModulo = i; }
479
480 // Sets the number of events to be kept after processing. That is,
481 // "val" previous events can be used with the most recent event for

Callers 15

SetNewValueMethod · 0.80
EventActionMethod · 0.80
BeginOfRunActionMethod · 0.80
ElectronRunActionMethod · 0.80
RunActionMethod · 0.80
RunActionMethod · 0.80
RunActionMethod · 0.80
EventActionMethod · 0.80
RunActionMethod · 0.80
RunActionMethod · 0.80
RunActionMethod · 0.80
RunActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected