GGS(GenericGEANT4Simulation)Software
2.7.0
|
A control messenger for GGSLostEnergyAction. More...
#include <GGSLostEnergyMessenger.h>
Public Member Functions | |
GGSLostEnergyMessenger (GGSLostEnergyAction *action) | |
Constructor. | |
~GGSLostEnergyMessenger () | |
Destructor. | |
void | SetNewValue (G4UIcommand *command, G4String newValue) |
Override of SetNewValue method. More... | |
A control messenger for GGSLostEnergyAction.
This messenger controls the GGSLostEnergyAction action. The construction and destruction of this messenger is handled by GGSLostEnergyAction itself, so messenger's commands will be available as the action is built. Currently, the available commands are:
/GGS/userActions/lostEnergyAction/fileBase: sets the output file base name. /GGS/userActions/lostEnergyAction/treeName: sets the output tree name.
Definition at line 31 of file GGSLostEnergyMessenger.h.
void GGSLostEnergyMessenger::SetNewValue | ( | G4UIcommand * | command, |
G4String | newValue | ||
) |
Override of SetNewValue method.
command | The UI command. |
newValue | The new value to be set. |
Definition at line 49 of file GGSLostEnergyMessenger.cpp.