#include <FastSimulationMasterTool.h>
|
| ToolHandleArray< IFastSimulation > | m_FastSimList {this, "FastSimulations", {}, "Tool handle array of fast simulation tools"} |
| | !< Base class method that calls EndOfAthenaEvent for all fast simulation models.
|
Definition at line 16 of file FastSimulationMasterTool.h.
◆ FastSimulationMasterTool()
| FastSimulationMasterTool::FastSimulationMasterTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ ~FastSimulationMasterTool()
| virtual FastSimulationMasterTool::~FastSimulationMasterTool |
( |
| ) |
|
|
inlinevirtual |
◆ BeginOfAthenaEvent()
| StatusCode FastSimulationMasterTool::BeginOfAthenaEvent |
( |
| ) |
|
|
finaloverride |
!< Base class method to initialize all the fast simulation models
Definition at line 34 of file FastSimulationMasterTool.cxx.
34 {
35
37 CHECK(ifs->BeginOfAthenaEvent());
38 }
39 return StatusCode::SUCCESS;
40}
#define CHECK(...)
Evaluate an expression and check for errors.
◆ EndOfAthenaEvent()
| StatusCode FastSimulationMasterTool::EndOfAthenaEvent |
( |
| ) |
|
|
finaloverride |
!< Base class method that calls BeginOfAthenaEvent for all fast simulation models.
Definition at line 42 of file FastSimulationMasterTool.cxx.
42 {
43
45 CHECK(ifs->EndOfAthenaEvent());
46 }
47 return StatusCode::SUCCESS;
48}
◆ initializeFastSims()
| StatusCode FastSimulationMasterTool::initializeFastSims |
( |
| ) |
|
|
finaloverride |
Definition at line 18 of file FastSimulationMasterTool.cxx.
18 {
20
21
24
25
26
28 CHECK(ifs->initializeFastSim());
29 }
30
31 return StatusCode::SUCCESS;
32}
#define ATH_MSG_VERBOSE(x)
◆ m_FastSimList
| ToolHandleArray<IFastSimulation> FastSimulationMasterTool::m_FastSimList {this, "FastSimulations", {}, "Tool handle array of fast simulation tools"} |
|
private |
!< Base class method that calls EndOfAthenaEvent for all fast simulation models.
Definition at line 28 of file FastSimulationMasterTool.h.
28{this, "FastSimulations", {}, "Tool handle array of fast simulation tools"};
The documentation for this class was generated from the following files: