|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ATHENAPOOLTEST_EVENTINFOREADER_H
6 #define ATHENAPOOLTEST_EVENTINFOREADER_H
25 #include "GaudiKernel/ServiceHandle.h"
77 #endif // SRC_EVENTINFOREADER_H
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode initialize() override
Algorithm initialize at begin of job.
EventInfoReader & operator=(const EventInfoReader &)
Avoid use of copy operator.
ServiceHandle< IGeoModelSvc > m_geoModel
Access to GeoModelSvc for tags.
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
SG key for Event Info.
Test Algorithm for checking TagInfoMgr and the storing of geometry and conditions tags in EventInfo.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute() override
Algorithm execute once per event.
EventInfoReader()
Avoid use of default constructor.
EventInfoReader(const EventInfoReader &)
Avoid use of copy constructor.
ServiceHandle< ITagInfoMgr > m_tagInfoMgr
Access to TagInfoMgr for tags.
virtual StatusCode finalize() override
Algorithm finalize at end of job.