|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef SCT_ConditionsSummaryTestAlg_H
17 #define SCT_ConditionsSummaryTestAlg_H
25 #include "GaudiKernel/ToolHandle.h"
40 virtual bool isClonable()
const override {
return true; };
43 ToolHandle<IInDetConditionsTool>
m_pSummaryTool{
this,
"SCT_ConditionsSummaryTool",
"SCT_ConditionsSummaryTool",
"ConditionsSummaryTool for SCT"};
46 #endif // SCT_ConditionsSummaryTestAlg_H
ToolHandle< IInDetConditionsTool > m_pSummaryTool
virtual bool isClonable() const override
Make this algorithm clonable.
An algorithm that can be simultaneously executed in multiple threads.
Example class to show calling the SCT_ConditionsSummaryTool.
virtual ~SCT_ConditionsSummaryTestAlg()=default
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode finalize() override
SCT_ConditionsSummaryTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override