|
remage
Simulation framework for HPGe-based experiments
|


Public Member Functions | |
| RMGHardwareMessenger (RMGHardware *hw) | |
Constructor based on a RMGHardware pointer. | |
| void | SetNewValue (G4UIcommand *command, G4String newValues) override |
| Set the values for command. | |
| void | DefineRegisterDetector () |
| Define the commands to set the sensitive detectors. | |
| void | DefineStepLimits () |
| Define the commands to set the step limits. | |
| void | DefineSelectiveEminLimits () |
| Define the commands to set particle-selective minimum kinetic energy limits. | |
| RMGHardwareMessenger::RMGHardwareMessenger | ( | RMGHardware * | hw | ) |
Constructor based on a RMGHardware pointer.
This currently initialises the "/RMG/Geometry/RegisterDetector" and the "/RMG/Geometry/SetMaxStepSize" commands.
| hw | Pointer to the RMGHardware instance. |
|
override |
Set the values for command.
| command | the command to set parameters |
| newValues | the parameter values. |