BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
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-58 $
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 G4SvcVisManager();
27
28private:
29 void RegisterGraphicsSystems();
30};
31
32#endif
33
34#endif