Geant4 VMC Version 6.6
|
Messenger class that defines commands for TG4SteppingAction. More...
#include <TG4SteppingActionMessenger.h>
Public Member Functions | |
TG4SteppingActionMessenger (TG4SteppingAction *steppingAction) | |
virtual | ~TG4SteppingActionMessenger () |
virtual void | SetNewValue (G4UIcommand *command, G4String string) |
Private Member Functions | |
TG4SteppingActionMessenger () | |
Not implemented. | |
TG4SteppingActionMessenger (const TG4SteppingActionMessenger &right) | |
Not implemented. | |
TG4SteppingActionMessenger & | operator= (const TG4SteppingActionMessenger &right) |
Not implemented. | |
Private Attributes | |
TG4SteppingAction * | fSteppingAction |
associated class | |
G4UIcmdWithAnInteger * | fLoopVerboseCmd |
command: loopVerbose | |
G4UIcmdWithAnInteger * | fMaxNofStepsCmd |
command: maxNofSteps | |
Messenger class that defines commands for TG4SteppingAction.
Implements commands:
Definition at line 35 of file TG4SteppingActionMessenger.h.
TG4SteppingActionMessenger::TG4SteppingActionMessenger | ( | TG4SteppingAction * | steppingAction | ) |
Standard constructor
Definition at line 22 of file TG4SteppingActionMessenger.cxx.
|
virtual |
Destructor
Definition at line 49 of file TG4SteppingActionMessenger.cxx.
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Apply command to the associated object.
Definition at line 62 of file TG4SteppingActionMessenger.cxx.
|
private |
Not implemented.
|
private |
associated class
Definition at line 54 of file TG4SteppingActionMessenger.h.
Referenced by SetNewValue().
|
private |
command: loopVerbose
Definition at line 55 of file TG4SteppingActionMessenger.h.
Referenced by SetNewValue(), TG4SteppingActionMessenger(), and ~TG4SteppingActionMessenger().
|
private |
command: maxNofSteps
Definition at line 56 of file TG4SteppingActionMessenger.h.
Referenced by SetNewValue(), TG4SteppingActionMessenger(), and ~TG4SteppingActionMessenger().