5#ifndef ATHENAPOOLTEST_EVENTINFOREADER_H
6#define ATHENAPOOLTEST_EVENTINFOREADER_H
25#include "GaudiKernel/ServiceHandle.h"
45 virtual StatusCode
execute(
const EventContext& ctx)
const override;
48 virtual StatusCode
finalize()
override;
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
Algorithm initialize at begin of job.
ServiceHandle< IGeoModelSvc > m_geoModel
Access to GeoModelSvc for tags.
EventInfoReader(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm execute once per event.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
SG key for Event Info.
ServiceHandle< ITagInfoMgr > m_tagInfoMgr
Access to TagInfoMgr for tags.
virtual StatusCode finalize() override
Algorithm finalize at end of job.
Property holding a SG store/key/clid from which a ReadHandle is made.