#include <TestActionTool.h>
◆ TestActionTool()
| G4UA::TestActionTool::TestActionTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ BeginOfAthenaEvent()
◆ EndOfAthenaEvent()
◆ fillUserAction()
|
|
inlinefinaloverridevirtualinherited |
◆ finalize()
| StatusCode G4UA::TestActionTool::finalize |
( |
| ) |
|
|
finaloverridevirtual |
Finalize the tool.
Definition at line 86 of file TestActionTool.cxx.
87 {
89
90
95 results.numEvent <<
" events processed, " <<
96 results.numStep <<
" steps processed");
97
98 return StatusCode::SUCCESS;
99 }
const Report & getReport() const
Get the results report.
void merge(const Report &other)
◆ initialize()
| StatusCode G4UA::TestActionTool::initialize |
( |
| ) |
|
|
finaloverridevirtual |
Initialize the tool.
Definition at line 77 of file TestActionTool.cxx.
78 {
80 return StatusCode::SUCCESS;
81 }
◆ makeAndFillAction()
|
|
finaloverrideprotectedvirtual |
◆ m_actions
The documentation for this class was generated from the following files: