47 return StatusCode::SUCCESS;
56 ATH_MSG_WARNING(
"Requesting in Alg: MuonFeatureCnvAlg to convert AOD MuonFeatureContainer name: " <<
m_mfName <<
57 " into xAOD " <<
m_xaodName <<
". Input container not found or incorrect type");
58 return StatusCode::SUCCESS;
64 ATH_MSG_WARNING(
"Requesting in Alg: MuonFeatureCnvAlg to convert AOD MuonFeatureDetailsContainer name: " <<
m_mfdName <<
65 " into xAOD " <<
m_xaodName <<
". Input container not found or incorrect type");
66 return StatusCode::SUCCESS;
72 xaod->setStore(
aux );
81 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_WARNING(x)
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
ServiceHandle< StoreGateSvc > & evtStore()
std::string m_mfName
StoreGate key of the input container.
std::string m_xaodName
StoreGate key for the output container.
MuonFeatureCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
virtual StatusCode execute()
Function executing the algorithm.
virtual StatusCode initialize()
Function initialising the algorithm.
ToolHandle< IMuonFeatureCnvTool > m_converterTool
Handle to the converter tool.
L2StandAloneMuonAuxContainer_v2 L2StandAloneMuonAuxContainer
Define the latest version of the muon SA auxiliary container.
L2StandAloneMuonContainer_v2 L2StandAloneMuonContainer
Define the latest version of the muon SA container.