|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef SCT_TdaqEnabledTestAlg_H
16 #define SCT_TdaqEnabledTestAlg_H
23 #include "GaudiKernel/ToolHandle.h"
38 virtual bool isClonable()
const override {
return true; };
41 ToolHandle<ISCT_ConditionsTool>
m_pTdaqEnabledTool{
this,
"SCT_TdaqEnabledTool",
"SCT_TdaqEnabledTool",
"Tool to retrieve active/inactive SCT ROD information"};
44 #endif // SCT_TdaqEnabledTestAlg_H
Example algorithm to show calling the SCT_ModuleVeto to exclude bad components.
virtual StatusCode finalize() override
virtual StatusCode initialize() override
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual bool isClonable() const override
Make this algorithm clonable.
virtual ~SCT_TdaqEnabledTestAlg()=default
SCT_TdaqEnabledTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< ISCT_ConditionsTool > m_pTdaqEnabledTool
virtual StatusCode execute(const EventContext &ctx) const override