27 lines
400 B
C++
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
|