8#ifndef XAODTRIGGERCNV_MUONROICNVALG_H
9#define XAODTRIGGERCNV_MUONROICNVALG_H
16#include "GaudiKernel/ToolHandle.h"
38 MuonRoICnvAlg(
const std::string& name, ISvcLocator* svcLoc );
43 virtual StatusCode
execute(
const EventContext& ctx);
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
MuonRoICnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
std::string m_aodKey
StoreGate key of the input container.
virtual StatusCode execute(const EventContext &ctx)
Function executing the algorithm.
virtual StatusCode initialize()
Function initialising the algorithm.
std::string m_xaodKey
StoreGate key for the output container.
ToolHandle< IMuonRoICnvTool > m_cnvTool
Handle to the converter tool.