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

Method SetUpForAThread

source/intercoms/src/G4UImanager.cc:843–849  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

841
842// --------------------------------------------------------------------
843void G4UImanager::SetUpForAThread(G4int tId)
844{
845 threadID = tId;
846 G4iosInitialization();
847 threadCout = new G4MTcoutDestination(threadID);
848 threadCout->SetIgnoreCout(igThreadID);
849}
850
851// --------------------------------------------------------------------
852void G4UImanager::SetUpForSpecialThread(const G4String& pref)

Callers 6

StartThreadMethod · 0.45
RunInitializationMethod · 0.45
InitializeWorkerMethod · 0.45
RunInitializationMethod · 0.45
G4WorkerRunManagerMethod · 0.45
RunInitializationMethod · 0.45

Calls 2

G4iosInitializationFunction · 0.85
SetIgnoreCoutMethod · 0.80

Tested by

no test coverage detected