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