| 151 | |
| 152 | inline void SetToBeBroadcasted(G4bool val) { toBeBroadcasted = val; } |
| 153 | inline G4bool ToBeBroadcasted() const { return toBeBroadcasted; } |
| 154 | inline void SetToBeFlushed(G4bool val) { toBeFlushed = val; } |
| 155 | inline G4bool ToBeFlushed() const { return toBeFlushed; } |
| 156 | inline void SetWorkerThreadOnly(G4bool val = true) { workerThreadOnly = val; } |
no outgoing calls
no test coverage detected