GGS(GenericGEANT4Simulation)Software
2.7.0
|
Messenger for the GGSScoringManager singleton. More...
#include <GGSScoringManagerMessenger.h>
Public Member Functions | |
GGSScoringManagerMessenger () | |
Constructor. | |
~GGSScoringManagerMessenger () | |
Destructor. | |
void | SetNewValue (G4UIcommand *command, G4String logVolName) |
Concrete implementation of the SetNewValue method of base class. More... | |
void | CreateAddCommand (const G4String &sdClassName) |
Creates the command to add the specified sensitive detector class to logical volumes. More... | |
Messenger for the GGSScoringManager singleton.
Definition at line 19 of file GGSScoringManagerMessenger.h.
void GGSScoringManagerMessenger::CreateAddCommand | ( | const G4String & | sdClassName | ) |
Creates the command to add the specified sensitive detector class to logical volumes.
sdClassName | the name of the sd class. |
Definition at line 32 of file GGSScoringManagerMessenger.cpp.
void GGSScoringManagerMessenger::SetNewValue | ( | G4UIcommand * | command, |
G4String | logVolName | ||
) |
Concrete implementation of the SetNewValue method of base class.
Since the only commands handled by this messenger are build commands, the second argument will always be a logical volume name
command | The UI command. |
logVolName | the logical volume name. |
Definition at line 52 of file GGSScoringManagerMessenger.cpp.