CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CustomUIsessionThreadPrefix.h
Go to the documentation of this file.
1 #ifndef SimG4Core_CustomUIsessionThreadPrefix_H
2 #define SimG4Core_CustomUIsessionThreadPrefix_H
3 
5 
6 
15 {
16 
17  public:
18 
19  CustomUIsessionThreadPrefix(const std::string& threadPrefix, int threadId);
21 
22  G4int ReceiveG4cout(const G4String& coutString) override;
23  G4int ReceiveG4cerr(const G4String& cerrString) override;
24 
25 private:
27 };
28 
29 #endif
G4int ReceiveG4cout(const G4String &coutString) override
G4int ReceiveG4cerr(const G4String &cerrString) override
CustomUIsessionThreadPrefix(const std::string &threadPrefix, int threadId)