11#ifndef ATHEXHIVE_ALGC_H
12#define ATHEXHIVE_ALGC_H 1
27 HiveAlgC (
const std::string& name, ISvcLocator* pSvcLocator);
33 virtual StatusCode
execute()
override;
Base class for AthExHive example Algs to provide functionality to sleep for a certain amount of time,...
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.
HiveAlgBase(const std::string &name, ISvcLocator *pSvcLocator)
HiveAlgC(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< HiveDataObj > m_wrh1
virtual StatusCode initialize() override
virtual StatusCode execute() override
SG::ReadHandleKey< HiveDataObj > m_rdh1
SG::WriteHandleKey< HiveDataObj > m_wrh2
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.