Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef xAODTrigMuonCNV_CombinedMuonFeatureCnvAlg_H
9 #define xAODTrigMuonCNV_CombinedMuonFeatureCnvAlg_H
16 #include "GaudiKernel/ToolHandle.h"
46 ToolHandle< ICombinedMuonFeatureContainerCnvTool >
m_cnvTool;
52 #endif // xAODTrigMuonCNV_CombinedMuonFeatureCnvAlg_H
CombinedMuonFeatureCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
virtual StatusCode execute()
Function executing the algorithm.
Algorithm for creating xAOD::L2CombinedMuonContainer from an AOD.
std::string m_aodKey
StoreGate key of the input container.
::StatusCode StatusCode
StatusCode definition for legacy code.
std::string m_xaodKey
StoreGate key for the output container.
virtual StatusCode initialize()
Function initialising the algorithm.
ToolHandle< ICombinedMuonFeatureContainerCnvTool > m_cnvTool
Handle to the converter tool.