|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ASGEXAMPLETOOLS_EVENTSTORETESTALG_H
6 #define ASGEXAMPLETOOLS_EVENTSTORETESTALG_H
13 #include "GaudiKernel/ToolHandle.h"
39 ToolHandle< IEventStoreTestTool >
m_tool{
this,
"Tool",
40 "asg::EventStoreTestTool",
"Tool performing the test" };
48 #endif // ASGEXAMPLETOOLS_EVENTSTORETESTALG_H
ToolHandle< IEventStoreTestTool > m_tool
The tool performing the test.
An algorithm that can be simultaneously executed in multiple threads.
AthReentrantAlgorithm()
Default constructor:
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.
Algorithm used to exercise asg::EventStoreTestTool in Athena.
virtual StatusCode initialize() override
Function initialising the algorithm.