Implementation of Spin Rotator.
This commit is contained in:
26
geant4/spin_rot/include/sr1VisManager.hh
Normal file
26
geant4/spin_rot/include/sr1VisManager.hh
Normal file
@ -0,0 +1,26 @@
|
||||
#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
|
Reference in New Issue
Block a user