ACTARSim
ACTAR TPC Simulation Reference Guide
|
Messenger for the event actions
Definition at line 21 of file ActarSimEventActionMessenger.hh.
Public Member Functions | |
ActarSimEventActionMessenger (ActarSimEventAction *) | |
~ActarSimEventActionMessenger () | |
Destructor. More... | |
void | SetNewValue (G4UIcommand *, G4String) |
Setting the values using the ActarSimEventAction interface. More... | |
Private Attributes | |
ActarSimEventAction * | eventAction |
Pointer to event action class. More... | |
G4UIdirectory * | eventDir |
Directory for the commands. More... | |
G4UIcmdWithAString * | DrawCmd |
Draw the tracks in the event. More... | |
G4UIcmdWithAnInteger * | PrintCmd |
Print events modulo n. More... | |
#include <ActarSimEventActionMessenger.hh>
ActarSimEventActionMessenger::ActarSimEventActionMessenger | ( | ActarSimEventAction * | EvAct | ) |
Constructor command included in this AnalysisMessenger:
Definition at line 27 of file ActarSimEventActionMessenger.cc.
ActarSimEventActionMessenger::~ActarSimEventActionMessenger | ( | ) |
Destructor.
Definition at line 49 of file ActarSimEventActionMessenger.cc.
void ActarSimEventActionMessenger::SetNewValue | ( | G4UIcommand * | command, |
G4String | newValue | ||
) |
Setting the values using the ActarSimEventAction interface.
Definition at line 57 of file ActarSimEventActionMessenger.cc.
|
private |
Draw the tracks in the event.
Definition at line 25 of file ActarSimEventActionMessenger.hh.
Referenced by ActarSimEventActionMessenger(), SetNewValue(), and ~ActarSimEventActionMessenger().
|
private |
Pointer to event action class.
Definition at line 23 of file ActarSimEventActionMessenger.hh.
Referenced by SetNewValue().
|
private |
Directory for the commands.
Definition at line 24 of file ActarSimEventActionMessenger.hh.
Referenced by ActarSimEventActionMessenger(), and ~ActarSimEventActionMessenger().
|
private |
Print events modulo n.
Definition at line 26 of file ActarSimEventActionMessenger.hh.
Referenced by ActarSimEventActionMessenger(), SetNewValue(), and ~ActarSimEventActionMessenger().