/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/cmd/include/RAT/GLG4DebugMessenger.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/cmd/include/RAT/GLG4DebugMessenger.hh Source File
Ratpac-two
GLG4DebugMessenger.hh
1 // This file is part of the GenericLAND software library.
2 // $Id: GLG4DebugMessenger.hh,v 1.1 2005/08/30 19:55:22 volsung Exp $
3 //
4 // GLG4DebugMessenger.hh by Glenn Horton-Smith, Dec. 1999
5 #ifndef __GLG4DebugMessenger_hh__
6 #define __GLG4DebugMessenger_hh__ 1
7 
8 #include <RAT/DetectorConstruction.hh>
9 
10 #include "G4UImessenger.hh"
11 
12 class G4UIcommand;
13 
14 class GLG4DebugMessenger : public G4UImessenger {
15  public:
18 
19  void SetNewValue(G4UIcommand *command, G4String newValues);
20  G4String GetCurrentValue(G4UIcommand *command);
21 
22  private:
23  RAT::DetectorConstruction *myDetector;
24 
25  G4UIcommand *DumpMaterialsCmd;
26  G4UIcommand *DumpGeomCmd;
27  G4UIcommand *TestSolidCmd;
28 };
29 
30 #endif
Definition: GLG4DebugMessenger.hh:14
Definition: DetectorConstruction.hh:15