|
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef SCT_TestConfigConditions_H
13 #define SCT_TestConfigConditions_H
20 #include "GaudiKernel/ToolHandle.h"
43 virtual bool isClonable()
const override {
return true; };
46 ToolHandle<ISCT_ConfigurationConditionsTool>
m_configConditions{
this,
"SCT_ConfigurationConditionsTool",
"SCT_ConfigurationConditionsTool",
"Tool to retrieve SCT DAQ configuration"};
50 #endif // SCT_TestConfigConditions_H
virtual bool isClonable() const override
Make this algorithm clonable.
This class acts as a test/sample client for the SCT_ConfigurationSConditionsSvc class.
SCT_ConfigurationConditionsTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
An algorithm that can be simultaneously executed in multiple threads.
ToolHandle< ISCT_ConfigurationConditionsTool > m_configConditions
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode finalize() override
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
virtual ~SCT_ConfigurationConditionsTestAlg()=default