8 #ifndef GGSINTHITSDMESSENGER_H_
9 #define GGSINTHITSDMESSENGER_H_
12 #include "G4UIcmdWithABool.hh"
13 #include "G4UIcmdWithADoubleAndUnit.hh"
14 #include "G4UIcmdWithAString.hh"
15 #include "G4UIdirectory.hh"
16 #include "G4UImessenger.hh"
45 void SetNewValue(G4UIcommand *command, G4String newValue);
49 G4UIdirectory *_cmdDir;
51 G4UIcmdWithADoubleAndUnit *_setTimeBinCmd;
52 G4UIcmdWithABool *_setPosHitStorage;
53 G4UIcmdWithABool *_setPartHitStorage;
54 G4UIcmdWithAString *_setTouchableIDComputer;
Sensitive detector class for integrated hits.
GGSIntHitSDMessenger(GGSIntHitSD *intHitSD)
Constructor.
~GGSIntHitSDMessenger()
Destructor.
The integrated hit SD messenger class.
void SetNewValue(G4UIcommand *command, G4String newValue)
Concrete implementation of the SetNewValue methd of base class.