ACTARSim
ACTAR TPC Simulation Reference Guide
Public Member Functions | Private Attributes | List of all members
ActarSimEventAction Class Reference

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
 
ActarSimEventActionMessengereventMessenger
 Pointer to the messenger. More...
 

#include <ActarSimEventAction.hh>

+ Inheritance diagram for ActarSimEventAction:
+ Collaboration diagram for ActarSimEventAction:

Constructor & Destructor Documentation

ActarSimEventAction::ActarSimEventAction ( )

Constructor.

Definition at line 34 of file ActarSimEventAction.cc.

ActarSimEventAction::~ActarSimEventAction ( )

Destructor.

Definition at line 41 of file ActarSimEventAction.cc.

Member Function Documentation

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.

void ActarSimEventAction::SetDrawFlag ( G4String  val)
inline

Definition at line 33 of file ActarSimEventAction.hh.

Referenced by ActarSimEventActionMessenger::SetNewValue().

void ActarSimEventAction::SetPrintModulo ( G4int  val)
inline

Definition at line 34 of file ActarSimEventAction.hh.

Referenced by ActarSimEventActionMessenger::SetNewValue().

Member Data Documentation

G4String ActarSimEventAction::drawFlag
private

Definition at line 21 of file ActarSimEventAction.hh.

Referenced by EndOfEventAction().

ActarSimEventActionMessenger* ActarSimEventAction::eventMessenger
private

Pointer to the messenger.

Definition at line 24 of file ActarSimEventAction.hh.

Referenced by ActarSimEventAction(), and ~ActarSimEventAction().

G4int ActarSimEventAction::printModulo
private

Definition at line 22 of file ActarSimEventAction.hh.

Referenced by BeginOfEventAction(), and EndOfEventAction().


The documentation for this class was generated from the following files: