|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODEVENTINFOCNV_EVENTINFOCNVALG_H
6 #define XAODEVENTINFOCNV_EVENTINFOCNVALG_H
14 #include "GaudiKernel/ToolHandle.h"
20 #include "EventInfo/EventInfo.h"
60 #endif // XAODEVENTINFOCNV_EVENTINFOCNVALG_H
virtual StatusCode initialize() override
Function initialising the algorithm.
SG::WriteHandleKey< xAOD::EventInfo > m_xaodKey
Key for the output object.
An algorithm that can be simultaneously executed in multiple threads.
Handle class for recording to StoreGate.
SG::ReadHandleKey< EventInfo > m_aodKey
Key for the input object If blank, we do a keyless retrieve from SG instead!
SG::WriteHandleKey< xAOD::EventInfoContainer > m_pileupKey
For pileup.
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.
::StatusCode StatusCode
StatusCode definition for legacy code.
EventInfoCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
Algorithm for creating xAOD::EventInfo objects for the xAOD.
ToolHandle< IEventInfoCnvTool > m_cnvTool
Handle to the converter tool.