|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef CONDALGS_ALGT_H
6 #define CONDALGS_ALGT_H 1
16 #include "GaudiKernel/ToolHandle.h"
24 AlgT (
const std::string&
name, ISvcLocator* pSvcLocator);
27 virtual bool isClonable()
const override {
return true; }
40 ToolHandle<IHiveTool>
m_tool1{
this,
"Tool1",
"HiveTool",
"tool 1"};
41 ToolHandle<IHiveTool>
m_tool2{
this,
"Tool2",
"HiveTool",
"tool 2"};
42 ToolHandle<IHiveTool>
m_tool3{
this,
"Tool3",
"HiveTool",
"tool 3"};
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
virtual StatusCode finalize() override
ToolHandle< IHiveTool > m_tool3
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< HiveDataObj > m_rdh1
SG::WriteHandleKey< HiveDataObj > m_wrh1
AlgT(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a WriteHandle is made.
ToolHandle< IHiveTool > m_tool1
virtual StatusCode execute() override
virtual bool isClonable() const override
SG::ReadHandleKey< xAOD::EventInfo > m_evt
ToolHandle< IHiveTool > m_tool2