|
Geant4 VMC Version 6.7
|
Messenger class that defines commands for TG4StackingAction. More...
#include <TG4SpecialStackingActionMessenger.h>

Public Member Functions | |
| TG4SpecialStackingActionMessenger (TG4SpecialStackingAction *stackingAction) | |
| virtual | ~TG4SpecialStackingActionMessenger () |
| virtual void | SetNewValue (G4UIcommand *command, G4String string) |
Private Member Functions | |
| TG4SpecialStackingActionMessenger () | |
| Not implemented. | |
| TG4SpecialStackingActionMessenger (const TG4SpecialStackingActionMessenger &right) | |
| Not implemented. | |
| TG4SpecialStackingActionMessenger & | operator= (const TG4SpecialStackingActionMessenger &right) |
| Not implemented. | |
Private Attributes | |
| TG4SpecialStackingAction * | fStackingAction |
| associated class | |
| G4UIcmdWithABool * | fSkipNeutrinoCmd |
| command: skipNeutrino | |
| G4UIcmdWithABool * | fWaitPrimaryCmd |
| command: waitPrimary | |
Messenger class that defines commands for TG4StackingAction.
Implements command:
Definition at line 36 of file TG4SpecialStackingActionMessenger.h.
| TG4SpecialStackingActionMessenger::TG4SpecialStackingActionMessenger | ( | TG4SpecialStackingAction * | stackingAction | ) |
Standard constructor
Definition at line 23 of file TG4SpecialStackingActionMessenger.cxx.
Referenced by operator=(), and TG4SpecialStackingActionMessenger().
|
virtual |
Destructor
Definition at line 50 of file TG4SpecialStackingActionMessenger.cxx.
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Apply command to the associated object.
Definition at line 63 of file TG4SpecialStackingActionMessenger.cxx.
|
private |
Not implemented.
|
private |
associated class
Definition at line 56 of file TG4SpecialStackingActionMessenger.h.
Referenced by SetNewValue(), and TG4SpecialStackingActionMessenger().
|
private |
command: skipNeutrino
Definition at line 57 of file TG4SpecialStackingActionMessenger.h.
Referenced by SetNewValue(), TG4SpecialStackingActionMessenger(), and ~TG4SpecialStackingActionMessenger().
|
private |
command: waitPrimary
Definition at line 58 of file TG4SpecialStackingActionMessenger.h.
Referenced by SetNewValue(), TG4SpecialStackingActionMessenger(), and ~TG4SpecialStackingActionMessenger().