Geant4 VMC Version 6.6
|
Messenger class that defines commands for TG4EventAction. More...
#include <TG4EventActionMessenger.h>
Public Member Functions | |
TG4EventActionMessenger (TG4EventAction *eventAction) | |
virtual | ~TG4EventActionMessenger () |
virtual void | SetNewValue (G4UIcommand *command, G4String string) |
Private Member Functions | |
TG4EventActionMessenger () | |
Not implemented. | |
TG4EventActionMessenger (const TG4EventActionMessenger &right) | |
Not implemented. | |
TG4EventActionMessenger & | operator= (const TG4EventActionMessenger &right) |
Not implemented. | |
Private Attributes | |
TG4EventAction * | fEventAction |
associated class | |
G4UIdirectory * | fEventDirectory |
command directory | |
G4UIcmdWithABool * | fPrintMemoryCmd |
command: printMemory | |
G4UIcmdWithABool * | fSaveRandomStatusCmd |
command: saveRandom | |
Messenger class that defines commands for TG4EventAction.
Implements command
Definition at line 34 of file TG4EventActionMessenger.h.
TG4EventActionMessenger::TG4EventActionMessenger | ( | TG4EventAction * | eventAction | ) |
Standard constructor
Definition at line 23 of file TG4EventActionMessenger.cxx.
|
virtual |
Destructor
Definition at line 49 of file TG4EventActionMessenger.cxx.
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Apply command to the associated object.
Definition at line 63 of file TG4EventActionMessenger.cxx.
|
private |
Not implemented.
|
private |
associated class
Definition at line 52 of file TG4EventActionMessenger.h.
Referenced by SetNewValue().
|
private |
command directory
Definition at line 53 of file TG4EventActionMessenger.h.
Referenced by TG4EventActionMessenger(), and ~TG4EventActionMessenger().
|
private |
command: printMemory
Definition at line 54 of file TG4EventActionMessenger.h.
Referenced by SetNewValue(), TG4EventActionMessenger(), and ~TG4EventActionMessenger().
|
private |
command: saveRandom
Definition at line 55 of file TG4EventActionMessenger.h.
Referenced by SetNewValue(), TG4EventActionMessenger(), and ~TG4EventActionMessenger().