| 154 | inline void SetToBeFlushed(G4bool val) { toBeFlushed = val; } |
| 155 | inline G4bool ToBeFlushed() const { return toBeFlushed; } |
| 156 | inline void SetWorkerThreadOnly(G4bool val = true) { workerThreadOnly = val; } |
| 157 | inline G4bool IsWorkerThreadOnly() const { return workerThreadOnly; } |
| 158 | |
| 159 | inline void CommandFailed(G4int errCode, G4ExceptionDescription& ed) |
no outgoing calls
no test coverage detected