#include <TestActionTool.h>
|
| struct | Report |
| | Results to be accumulated across threads at end of job. More...
|
| |
◆ TestAction()
| G4UA::TestAction::TestAction |
( |
| ) |
|
◆ BeginOfEventAction()
| void G4UA::TestAction::BeginOfEventAction |
( |
const G4Event * |
| ) |
|
|
finaloverridevirtual |
Executes at beginning of G4 event.
Definition at line 42 of file TestActionTool.cxx.
44 G4cout <<
"TestAction::BeginOfEventAction" << G4endl;
◆ BeginOfRunAction()
| void G4UA::TestAction::BeginOfRunAction |
( |
const G4Run * |
| ) |
|
|
finaloverridevirtual |
Executes before the run.
Definition at line 23 of file TestActionTool.cxx.
25 G4cout <<
"TestAction::BeginOfRunAction" << G4endl;
◆ EndOfEventAction()
| void G4UA::TestAction::EndOfEventAction |
( |
const G4Event * |
| ) |
|
|
finaloverridevirtual |
Executes at end of G4 event.
Definition at line 51 of file TestActionTool.cxx.
53 G4cout <<
"TestAction::EndOfEventAction" << G4endl;
◆ EndOfRunAction()
| void G4UA::TestAction::EndOfRunAction |
( |
const G4Run * |
| ) |
|
|
finaloverridevirtual |
Exeuctes after the run.
Definition at line 31 of file TestActionTool.cxx.
33 G4cout <<
"TestAction::EndOfRunAction - "
◆ getReport()
◆ UserSteppingAction()
| void G4UA::TestAction::UserSteppingAction |
( |
const G4Step * |
step | ) |
|
|
finaloverridevirtual |
◆ m_report
| Report G4UA::TestAction::m_report |
|
private |
The documentation for this class was generated from the following files: