5#ifndef ATHEXHIVE_CONDEX_ALGB_H
6#define ATHEXHIVE_CONDEX_ALGB_H
17 AlgB (
const std::string& name, ISvcLocator* pSvcLocator);
20 virtual bool isClonable()
const override {
return true; }
23 virtual StatusCode
execute(
const EventContext& ctx)
override;
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadHandleKey< HiveDataObj > m_rdh1
virtual StatusCode initialize() override
AlgB(const std::string &name, ISvcLocator *pSvcLocator)
virtual bool isClonable() const override
Specify if the algorithm is clonable.
virtual StatusCode execute(const EventContext &ctx) override
Execute method.
SG::WriteHandleKey< HiveDataObj > m_wrh1
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.