![]() |
ACTARSim
ACTAR TPC Simulation Reference Guide
|
Controls the actions to perform before and after a run.
Definition at line 18 of file ActarSimRunAction.hh.
Public Member Functions | |
| ActarSimRunAction () | |
| Constructor. Makes nothing. More... | |
| ~ActarSimRunAction () | |
| Destructor. Makes nothing. More... | |
| void | BeginOfRunAction (const G4Run *) |
| Actions to perform at the beginning og the run. More... | |
| void | EndOfRunAction (const G4Run *) |
| Actions to perform at the end of the run. More... | |
#include <ActarSimRunAction.hh>
Inheritance diagram for ActarSimRunAction:
Collaboration diagram for ActarSimRunAction:| ActarSimRunAction::ActarSimRunAction | ( | ) |
Constructor. Makes nothing.
Definition at line 23 of file ActarSimRunAction.cc.
| ActarSimRunAction::~ActarSimRunAction | ( | ) |
Destructor. Makes nothing.
Definition at line 28 of file ActarSimRunAction.cc.
| void ActarSimRunAction::BeginOfRunAction | ( | const G4Run * | aRun | ) |
Actions to perform at the beginning og the run.
Definition at line 33 of file ActarSimRunAction.cc.
| void ActarSimRunAction::EndOfRunAction | ( | const G4Run * | aRun | ) |
Actions to perform at the end of the run.
Definition at line 55 of file ActarSimRunAction.cc.