29 return StatusCode::SUCCESS;
38 return StatusCode::RECOVERABLE;
41 ATH_MSG_DEBUG(
"Size of MuonFeatureContainer = " << mf->size() );
47 return StatusCode::RECOVERABLE;
56 return StatusCode::RECOVERABLE;
64 for (; muonSA_it!= muonSA_end; ++muonSA_it) {
65 ATH_MSG_DEBUG(
"Check xAOD L2StandAloneMuonContainer pt of " << counter <<
"-th track is " << (*muonSA_it)->pt() );
69 return StatusCode::SUCCESS;
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
ServiceHandle< StoreGateSvc > & evtStore()
DataModel_detail::const_iterator< DataVector > const_iterator
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
size_type size() const noexcept
Returns the number of elements in the collection.
std::string m_xaodContainerName
The key for the xAOD::L2StandAloneMuonContainer.
MuonFeatureCnvTestAlg(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
std::string m_aodMuonFeatureContainerName
The key of the MuonFeatureContainer and MuonFeatureDetailsContainer.
std::string m_aodMuonFeatureDetailsContainerName
virtual StatusCode execute()
Function executing the algorithm.
virtual StatusCode initialize()
Function initialising the algorithm.
L2StandAloneMuonContainer_v2 L2StandAloneMuonContainer
Define the latest version of the muon SA container.