|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SCTSIPROPERTIESTESTALG
6 #define SCTSIPROPERTIESTESTALG
12 #include "GaudiKernel/ToolHandle.h"
25 virtual bool isClonable()
const override {
return true; };
28 ToolHandle<ISiPropertiesTool>
m_tool{
this,
"SCTPropertiesTool",
"SCTPropertiesTool",
"Tool to retrieve SCT Properties"};
32 #endif // SCTSIPROPERTIESTESTALG
virtual StatusCode initialize() override
virtual StatusCode finalize() override
virtual StatusCode execute(const EventContext &ctx) const override
SCTSiPropertiesTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
An algorithm that can be simultaneously executed in multiple threads.
virtual ~SCTSiPropertiesTestAlg()=default
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< ISiPropertiesTool > m_tool
virtual bool isClonable() const override
Make this algorithm clonable.