WCSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WCSimVisManager.hh
Go to the documentation of this file.
1 
2 
3 
4 #ifndef WCSimVisManager_h
5 #define WCSimVisManager_h 1
6 
7 #ifdef G4VIS_USE
8 
9 #include "G4VisManager.hh"
10 
11 
12 class WCSimVisManager: public G4VisManager {
13 
14 public:
15 
16  WCSimVisManager ();
17 
18 private:
19 
20  void RegisterGraphicsSystems ();
21 
22 };
23 
24 
25 #endif
26 
27 #endif