10 #ifndef GGSSCORINGMANAGERMESSENGER_H_
11 #define GGSSCORINGMANAGERMESSENGER_H_
13 #include "G4UIcmdWithAString.hh"
14 #include "G4UImessenger.hh"
35 void SetNewValue(G4UIcommand *command, G4String logVolName);
44 G4UIdirectory *_cmdsDir;
45 G4String _cmdsDirName;
47 std::vector<G4UIcmdWithAString *> _commands;
48 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.