10 #ifndef GGSSCORINGMANAGERMESSENGER_H_
11 #define GGSSCORINGMANAGERMESSENGER_H_
13 #include "G4UImessenger.hh"
14 #include "G4UIcmdWithAString.hh"
37 void SetNewValue(G4UIcommand *command, G4String logVolName);
46 G4UIdirectory* _cmdsDir;
47 G4String _cmdsDirName;
49 std::vector<G4UIcmdWithAString*> _commands;
50 G4String _cmdBaseName;
GGSScoringManagerMessenger()
Constructor.
~GGSScoringManagerMessenger()
Destructor.
Messenger for the GGSScoringManager singleton.
void SetNewValue(G4UIcommand *command, G4String logVolName)
Concrete implementation of the SetNewValue method of base class.
void CreateAddCommand(const G4String &sdClassName)
Creates the command to add the specified sensitive detector class to logical volumes.