BOSS 7.0.5
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/G4Svc/G4Svc/G4SvcVisManager.h
Go to the documentation of this file.
1//------------------------------------------------------------------
2//
3// ClassName: G4SvcVisManager
4//
5// Description: Visalization manager
6//
7// Author: Charles Leggett
8//
9// Date: 3-8-2001
10//
11// $Id: G4SvcVisManager.h,v 1.2 2005/08/17 06:45:46 dengzy Exp $
12// Simulation/G4Sim/G4Svc tag $Name: G4Svc-00-01-52 $
13//
14//------------------------------------------------------------------
15
16#ifndef G4SvcManager_h
17#define G4SvcManager_h 1
18
19#ifdef G4VIS_USE
20
21#include "G4VisManager.hh"
22
23class G4SvcVisManager: public G4VisManager {
24
25public:
26
27 G4SvcVisManager ();
28
29private:
30
31 void RegisterGraphicsSystems ();
32
33};
34
35#endif
36
37#endif