5#ifndef ATHENAPOOLTEST_EVENTINFOREADER_H
6#define ATHENAPOOLTEST_EVENTINFOREADER_H
25#include "GaudiKernel/ServiceHandle.h"
45 virtual StatusCode
execute()
override;
48 virtual StatusCode
finalize()
override;
Property holding a SG store/key/clid from which a ReadHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode initialize() override
Algorithm initialize at begin of job.
EventInfoReader(const EventInfoReader &)
Avoid use of copy constructor.
EventInfoReader & operator=(const EventInfoReader &)
Avoid use of copy operator.
ServiceHandle< IGeoModelSvc > m_geoModel
Access to GeoModelSvc for tags.
EventInfoReader(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
virtual StatusCode execute() 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.
EventInfoReader()
Avoid use of default constructor.
virtual StatusCode finalize() override
Algorithm finalize at end of job.
Property holding a SG store/key/clid from which a ReadHandle is made.