| 157 | inline G4bool IsWorkerThreadOnly() const { return workerThreadOnly; } |
| 158 | |
| 159 | inline void CommandFailed(G4int errCode, G4ExceptionDescription& ed) |
| 160 | { |
| 161 | commandFailureCode = errCode; |
| 162 | failureDescription = ed.str(); |
| 163 | } |
| 164 | inline void CommandFailed(G4ExceptionDescription& ed) |
| 165 | { |
| 166 | commandFailureCode = 1; |
no outgoing calls
no test coverage detected