Parent Directory | Revision Log
Geant4 code for ND and Calorimeter
1 | #ifndef VisManager_h |
2 | #define VisManager_h 1 |
3 | |
4 | #ifdef G4VIS_USE |
5 | |
6 | #include "G4VisManager.hh" |
7 | |
8 | |
9 | class VisManager: public G4VisManager { |
10 | |
11 | public: |
12 | |
13 | VisManager (); |
14 | |
15 | private: |
16 | |
17 | void RegisterGraphicsSystems (); |
18 | |
19 | }; |
20 | |
21 | |
22 | |
23 | #endif |
24 | |
25 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |