8#ifndef XAODTRIGGERCNV_TRIGNAVIGATIONCNVALG_H
9#define XAODTRIGGERCNV_TRIGNAVIGATIONCNVALG_H
16#include "GaudiKernel/ToolHandle.h"
45 virtual StatusCode
execute(
const EventContext& ctx)
const override;
55 ToolHandle< ITrigNavigationCnvTool >
m_cnvTool{
this,
"CnvTool",
"xAODMaker::TrigNavigationCnvTool/TrigNavigationCnvTool",
"Handle to the converter tool"};
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::WriteHandleKey< xAOD::TrigNavigation > m_xaodKey
StoreGate key for the output object.
SG::ReadHandleKey< HLT::HLTResult > m_aodKey
StoreGate key of the input object.
virtual StatusCode initialize() override
Function initialising the algorithm.
ToolHandle< ITrigNavigationCnvTool > m_cnvTool
TrigNavigationCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.