MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetWorkerThread

Method SetWorkerThread

source/run/include/G4WorkerRunManager.hh:72–72  ·  view source on GitHub ↗

Sets the worker context.

Source from the content-addressed store, hash-verified

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;

Callers 2

StartThreadMethod · 0.80
InitializeWorkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected