ACTARSim
ACTAR TPC Simulation Reference Guide
|
Actions to be performed before or after each event
Definition at line 19 of file ActarSimEventAction.hh.
Public Member Functions | |
ActarSimEventAction () | |
Constructor. More... | |
~ActarSimEventAction () | |
Destructor. More... | |
void | BeginOfEventAction (const G4Event *) |
Actions performed at the beginning of each event. More... | |
void | EndOfEventAction (const G4Event *) |
void | SetDrawFlag (G4String val) |
void | SetPrintModulo (G4int val) |
Private Attributes | |
G4String | drawFlag |
G4int | printModulo |
ActarSimEventActionMessenger * | eventMessenger |
Pointer to the messenger. More... | |
#include <ActarSimEventAction.hh>
ActarSimEventAction::ActarSimEventAction | ( | ) |
Constructor.
Definition at line 34 of file ActarSimEventAction.cc.
ActarSimEventAction::~ActarSimEventAction | ( | ) |
Destructor.
Definition at line 41 of file ActarSimEventAction.cc.
void ActarSimEventAction::BeginOfEventAction | ( | const G4Event * | evt | ) |
Actions performed at the beginning of each event.
Definition at line 47 of file ActarSimEventAction.cc.
void ActarSimEventAction::EndOfEventAction | ( | const G4Event * | evt | ) |
Actions performed at the end of each event (some information of the trajectories display is included)
Definition at line 71 of file ActarSimEventAction.cc.
|
inline |
Definition at line 33 of file ActarSimEventAction.hh.
Referenced by ActarSimEventActionMessenger::SetNewValue().
|
inline |
Definition at line 34 of file ActarSimEventAction.hh.
Referenced by ActarSimEventActionMessenger::SetNewValue().
|
private |
Definition at line 21 of file ActarSimEventAction.hh.
Referenced by EndOfEventAction().
|
private |
Pointer to the messenger.
Definition at line 24 of file ActarSimEventAction.hh.
Referenced by ActarSimEventAction(), and ~ActarSimEventAction().
|
private |
Definition at line 22 of file ActarSimEventAction.hh.
Referenced by BeginOfEventAction(), and EndOfEventAction().