| 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 |
no outgoing calls
no test coverage detected