CMS 3D CMS Logo

CustomUIsessionThreadPrefix.h
Go to the documentation of this file.
1 #ifndef SimG4Core_CustomUIsessionThreadPrefix_H
2 #define SimG4Core_CustomUIsessionThreadPrefix_H
3 
5 
14 public:
15  explicit CustomUIsessionThreadPrefix(const std::string& threadPrefix, int threadId);
17 
18  G4int ReceiveG4cout(const G4String& coutString) override;
19  G4int ReceiveG4cerr(const G4String& cerrString) override;
20 
21 private:
23 };
24 
25 #endif
G4int ReceiveG4cout(const G4String &coutString) override
G4int ReceiveG4cerr(const G4String &cerrString) override
CustomUIsessionThreadPrefix(const std::string &threadPrefix, int threadId)