![]() |
ATLAS Offline Software
|
#include <TestActionTool.h>
Classes | |
| struct | Report |
| Results to be accumulated across threads at end of job. More... | |
Public Member Functions | |
| TestAction () | |
| Constructor. | |
| virtual void | BeginOfRunAction (const G4Run *) override final |
| Executes before the run. | |
| virtual void | EndOfRunAction (const G4Run *) override final |
| Exeuctes after the run. | |
| virtual void | BeginOfEventAction (const G4Event *) override final |
| Executes at beginning of G4 event. | |
| virtual void | EndOfEventAction (const G4Event *) override final |
| Executes at end of G4 event. | |
| virtual void | UserSteppingAction (const G4Step *step) override final |
| Stepping action method. | |
| const Report & | getReport () const |
| Get the results report. | |
Private Attributes | |
| Report | m_report |
| Results report. | |
Definition at line 27 of file TestActionTool.h.
| G4UA::TestAction::TestAction | ( | ) |
|
finaloverridevirtual |
Executes at beginning of G4 event.
Definition at line 42 of file TestActionTool.cxx.
|
finaloverridevirtual |
Executes before the run.
Definition at line 23 of file TestActionTool.cxx.
|
finaloverridevirtual |
Executes at end of G4 event.
Definition at line 51 of file TestActionTool.cxx.
|
finaloverridevirtual |
Exeuctes after the run.
Definition at line 31 of file TestActionTool.cxx.
|
finaloverridevirtual |
Stepping action method.
Definition at line 59 of file TestActionTool.cxx.
|
private |
Results report.
Definition at line 70 of file TestActionTool.h.