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

Method GetPrintProgress

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

Source from the content-addressed store, hash-verified

475 }
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,

Callers 11

CreateBitMapMethod · 0.80
GetCurrentValueMethod · 0.80
EndOfEventActionMethod · 0.80
BeginOfEventActionMethod · 0.80
BeginOfEventActionMethod · 0.80
EndOfEventActionMethod · 0.80
EndOfEventActionMethod · 0.80
EndOfEventActionMethod · 0.80
EndOfEventActionMethod · 0.80
EndOfEventActionMethod · 0.80
EndOfEventActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected