ACTARSim
ACTAR TPC Simulation Reference Guide
ActarSimVisManager.hh
Go to the documentation of this file.
1 // - AUTHOR: Hector Alvarez-Pol 01/2006
2 /******************************************************************
3  * Copyright (C) 2005-2016, Hector Alvarez-Pol *
4  * All rights reserved. *
5  * *
6  * License according to GNU LESSER GPL (see lgpl-3.0.txt). *
7  * For the list of contributors see CREDITS. *
8  ******************************************************************/
9 
10 #ifndef ActarSimVisManager_h
11 #define ActarSimVisManager_h 1
12 
13 #ifdef G4VIS_USE
14 
15 #include "G4VisManager.hh"
16 
17 class ActarSimVisManager: public G4VisManager {
18 private:
19  void RegisterGraphicsSystems ();
20 public:
22 };
23 #endif
24 #endif