|
ATLAS Offline Software
|
Go to the documentation of this file.
26 m_converterTool(
"MuonFeatureCnvTool/MuonFeatureCnvTool")
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;
def retrieve(aClass, aKey=None)
std::string m_xaodName
StoreGate key for the output container.
std::string m_mfName
StoreGate key of the input container.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
ToolHandle< IMuonFeatureCnvTool > m_converterTool
Handle to the converter tool.
L2StandAloneMuonAuxContainer_v2 L2StandAloneMuonAuxContainer
Define the latest version of the muon SA auxiliary container.
MuonFeatureCnvAlg(const std::string &name, ISvcLocator *svcLoc)
Regular Algorithm constructor.
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode execute()
Function executing the algorithm.
::StatusCode StatusCode
StatusCode definition for legacy code.
L2StandAloneMuonContainer_v2 L2StandAloneMuonContainer
Define the latest version of the muon SA container.
virtual StatusCode initialize()
Function initialising the algorithm.
#define CHECK(...)
Evaluate an expression and check for errors.
Auxiliary container for muon SA containers.
Helpers for checking error return status codes and reporting errors.
#define ATH_MSG_WARNING(x)