/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/core/include/RAT/GLG4VisManager.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/core/include/RAT/GLG4VisManager.hh Source File
Ratpac-two
GLG4VisManager.hh
1 // This file is part of the GenericLAND software library.
2 // $Id: GLG4VisManager.hh,v 1.1 2005/08/30 19:55:22 volsung Exp $
3 //
4 // GenericLAND visualization manager based on Geant4's "MyVisManager"
5 // -- main purpose of defining our own is to reorient "up" vector
6 //
7 // See class description of G4VisManager for more details.
8 //
9 // Author: Glenn Horton-Smith, Jan 28, 2000
10 //
11 // Changed by Franco Giuliani, July 2009
12 
13 #ifndef GLG4VISMANAGER_HH
14 #define GLG4VISMANAGER_HH
15 
16 #include "G4VisManager.hh"
17 
18 class GLG4VisManager : public G4VisManager {
19  public: // With description
21 
22  private:
23  void RegisterGraphicsSystems();
24  void RegisterModelFactories();
25 };
26 
27 #endif
Definition: GLG4VisManager.hh:18