Geant4 VMC Version 6.6
|
Messenger class that defines commands for TG4PrimaryGeneratorAction. More...
#include <TG4PrimaryGeneratorMessenger.h>
Public Member Functions | |
TG4PrimaryGeneratorMessenger (TG4PrimaryGeneratorAction *action) | |
virtual | ~TG4PrimaryGeneratorMessenger () |
virtual void | SetNewValue (G4UIcommand *command, G4String string) |
Private Member Functions | |
TG4PrimaryGeneratorMessenger () | |
Not implemented. | |
TG4PrimaryGeneratorMessenger (const TG4PrimaryGeneratorMessenger &right) | |
Not implemented. | |
TG4PrimaryGeneratorMessenger & | operator= (const TG4PrimaryGeneratorMessenger &right) |
Not implemented. | |
Private Attributes | |
TG4PrimaryGeneratorAction * | fPrimaryGeneratorAction |
associated class | |
G4UIdirectory * | fDirectory |
command directory | |
G4UIcmdWithABool * | fSkipUnknownParticlesCmd |
command: /mcPrimaryGenerator/skipUnknownParticles | |
Messenger class that defines commands for TG4PrimaryGeneratorAction.
Implements commands:
Definition at line 36 of file TG4PrimaryGeneratorMessenger.h.
TG4PrimaryGeneratorMessenger::TG4PrimaryGeneratorMessenger | ( | TG4PrimaryGeneratorAction * | action | ) |
Standard constructor
Definition at line 24 of file TG4PrimaryGeneratorMessenger.cxx.
|
virtual |
Destructor
Definition at line 45 of file TG4PrimaryGeneratorMessenger.cxx.
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Apply command to the associated object.
Definition at line 58 of file TG4PrimaryGeneratorMessenger.cxx.
|
private |
Not implemented.
|
private |
associated class
Definition at line 55 of file TG4PrimaryGeneratorMessenger.h.
Referenced by SetNewValue().
|
private |
command directory
Definition at line 56 of file TG4PrimaryGeneratorMessenger.h.
Referenced by TG4PrimaryGeneratorMessenger(), and ~TG4PrimaryGeneratorMessenger().
|
private |
command: /mcPrimaryGenerator/skipUnknownParticles
Definition at line 59 of file TG4PrimaryGeneratorMessenger.h.
Referenced by SetNewValue(), TG4PrimaryGeneratorMessenger(), and ~TG4PrimaryGeneratorMessenger().