8#ifndef XAODFORWARDCNV_FORWARDEVENTINFOCNVALG_H
9#define XAODFORWARDCNV_FORWARDEVENTINFOCNVALG_H
16#include "GaudiKernel/ToolHandle.h"
37 virtual StatusCode
execute(
const EventContext &ctx)
const override;
44 ToolHandle<IForwardEventInfoCnvTool>
m_cnvTool{
this,
"CnvTool",
"xAODMaker::ForwardEventInfoCnvTool/ForwardEventInfoCnvTool"};
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::ReadHandleKey< MBTSCollisionTime > m_inputKey
virtual StatusCode initialize() override
Function initialising the algorithm.
ToolHandle< IForwardEventInfoCnvTool > m_cnvTool
ForwardEventInfoCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.
SG::WriteHandleKey< xAOD::ForwardEventInfoContainer > m_outputKey