|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODFORWARDCNV_FORWARDEVENTINFOCNVALG_H
9 #define XAODFORWARDCNV_FORWARDEVENTINFOCNVALG_H
16 #include "GaudiKernel/ToolHandle.h"
44 ToolHandle<IForwardEventInfoCnvTool>
m_cnvTool{
this,
"CnvTool",
"xAODMaker::ForwardEventInfoCnvTool/ForwardEventInfoCnvTool"};
50 #endif // XAODFORWARDCNV_FORWARDEVENTINFOCNVALG_H
virtual StatusCode initialize() override
Function initialising the algorithm.
ForwardEventInfoCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
ToolHandle< IForwardEventInfoCnvTool > m_cnvTool
SG::ReadHandleKey< MBTSCollisionTime > m_inputKey
An algorithm that can be simultaneously executed in multiple threads.
Algorithm creating xAOD::ForwardEventInfos from MBTSCollisionTime object.
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteHandleKey< xAOD::ForwardEventInfoContainer > m_outputKey
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.