Added to repository
This commit is contained in:
27
geant4/LEMuSR/include/LEMuSRVisManager.hh
Normal file
27
geant4/LEMuSR/include/LEMuSRVisManager.hh
Normal file
@ -0,0 +1,27 @@
|
||||
|
||||
#ifndef LEMuSRVisManager_h
|
||||
#define LEMuSRVisManager_h 1
|
||||
|
||||
#ifdef G4VIS_USE
|
||||
|
||||
#include "G4VisManager.hh"
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
class LEMuSRVisManager: public G4VisManager {
|
||||
|
||||
public:
|
||||
|
||||
LEMuSRVisManager ();
|
||||
~LEMuSRVisManager ();
|
||||
private:
|
||||
|
||||
void RegisterGraphicsSystems ();
|
||||
|
||||
};
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user