CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CustomUIsession.h
Go to the documentation of this file.
1 #ifndef SimG4Core_CustomUIsession_H
2 #define SimG4Core_CustomUIsession_H
3 
4 #include "G4UIsession.hh"
5 #include "G4UImanager.hh"
6 
8 
9 class CustomUIsession : public G4UIsession
10 {
11 
12  public:
13 
16 
17  G4int ReceiveG4cout(G4String coutString);
18  G4int ReceiveG4cerr(G4String cerrString);
19 
20  protected:
21 
22  G4UImanager* UI;
23 
24 };
25 
26 #endif
G4int ReceiveG4cout(G4String coutString)
G4int ReceiveG4cerr(G4String cerrString)
G4UImanager * UI