Sets the worker context.
| 70 | |
| 71 | // Sets the worker context. |
| 72 | inline void SetWorkerThread(G4WorkerThread* wc) { workerContext = wc; } |
| 73 | |
| 74 | void SetUserInitialization(G4VUserPhysicsList* userInit) override; |
| 75 | void SetUserInitialization(G4VUserDetectorConstruction* userInit) override; |
no outgoing calls
no test coverage detected