8#ifndef XAODTRIGGERCNV_TRIGDECISIONCNVALG_H
9#define XAODTRIGGERCNV_TRIGDECISIONCNVALG_H
16#include "GaudiKernel/ToolHandle.h"
23#include "EventInfo/EventInfo.h"
52 virtual StatusCode
execute(
const EventContext& ctx)
const override;
60 ToolHandle< ITrigDecisionCnvTool >
m_cnvTool{
this,
"CnvTool",
"xAODMaker::TrigDecisionCnvTool/TrigDecisionCnvTool",
"Handle to the converter tool"};
This class contains trigger related information.
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.
virtual StatusCode execute(const EventContext &ctx) const override
Function executing the algorithm.
SG::ReadHandleKey< EventInfo > m_eventInfoKey
SG::WriteHandleKey< xAOD::TrigDecision > m_xaodKey
virtual StatusCode initialize() override
Function initialising the algorithm.
ToolHandle< ITrigDecisionCnvTool > m_cnvTool
TrigDecisionCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
virtual ~TrigDecisionCnvAlg()
SG::ReadHandleKey< TrigDec::TrigDecision > m_aodKey