5#ifndef ATHEXHIVE_ALGM_H
6#define ATHEXHIVE_ALGM_H 1
20 HiveAlgM (
const std::string& name, ISvcLocator* pSvcLocator);
26 virtual StatusCode
execute(
const EventContext& ctx)
const override;
30 Gaudi::Property<int>
m_off {
this,
"Offset", 1,
"offset"};
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.
HiveAlgBase(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< HiveDataObj > m_rdh1
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKey< HiveDataObj > m_rdh2
virtual StatusCode initialize() override
Gaudi::Property< int > m_off
HiveAlgM(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.