|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef SCT_RODVetoTestAlg_H
17 #define SCT_RODVetoTestAlg_H
24 #include "GaudiKernel/ToolHandle.h"
39 virtual bool isClonable()
const override {
return true; };
42 ToolHandle<ISCT_ConditionsTool>
m_pRODVetoTool{
this,
"SCT_RODVetoTool",
"SCT_RODVetoTool",
"Tool to retrieve bad modules due to vetoed RODs"};
45 #endif // SCT_RODVetoTestAlg_H
Example algorithm to show calling the SCT_RODVeto to exclude bad components.
An algorithm that can be simultaneously executed in multiple threads.
virtual bool isClonable() const override
Make this algorithm clonable.
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode finalize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
SCT_RODVetoTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
ToolHandle< ISCT_ConditionsTool > m_pRODVetoTool
virtual ~SCT_RODVetoTestAlg()=default