|
GGS(GenericGEANT4Simulation)Software
2.6.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 20 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 34 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 55 of file GGSScoringManagerMessenger.cpp.
1.8.5