musrsim/geant4/spin_rot/include/sr1VisManager.hh
2008-12-22 17:53:30 +00:00

27 lines
400 B
C++

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