GEMC  2.3
Geant4 Monte-Carlo Framework
MDetectorMessenger.h
Go to the documentation of this file.
1 #ifndef MDetectorMessenger_h
2 #define MDetectorMessenger_h 1
3 
4 // G4 headers
5 #include "G4UIcmdWithoutParameter.hh"
6 #include "G4UIdirectory.hh"
7 #include "G4UImessenger.hh"
8 
9 // gemc headers
10 #include "MDetectorConstruction.h"
11 
12 // Class definition
14 {
15  public:
18  void SetNewValue(G4UIcommand*, G4String);
19 
20  public:
21 
22  private:
23  MDetectorConstruction *MDetector;
24  G4UIdirectory *gemcDir;
25  G4UIcmdWithoutParameter *UpdateGeoCmd;
26 
27 };
28 
29 #endif
void SetNewValue(G4UIcommand *, G4String)
MDetectorMessenger(MDetectorConstruction *)