musrsim/geant4/LEMuSR/include/lem4VisManager.hh
shiroka e09fc2f057
2008-06-16 14:05:29 +00:00

27 lines
404 B
C++

#ifndef lem4VisManager_h
#define lem4VisManager_h 1
#ifdef G4VIS_USE
#include "G4VisManager.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
class lem4VisManager: public G4VisManager {
public:
lem4VisManager ();
private:
void RegisterGraphicsSystems ();
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
#endif
#endif