--------------------------------------------------------------------
| 850 | |
| 851 | // -------------------------------------------------------------------- |
| 852 | void G4UImanager::SetUpForSpecialThread(const G4String& pref) |
| 853 | { |
| 854 | threadID = G4Threading::GENERICTHREAD_ID; |
| 855 | G4Threading::G4SetThreadId(threadID); |
| 856 | G4iosInitialization(); |
| 857 | threadCout = new G4MTcoutDestination(threadID); |
| 858 | threadCout->SetPrefixString(pref); |
| 859 | threadCout->SetIgnoreCout(igThreadID); |
| 860 | } |
| 861 | |
| 862 | // -------------------------------------------------------------------- |
| 863 | void G4UImanager::SetCoutFileName(const G4String& fileN, G4bool ifAppend) |
no test coverage detected