16 declareInterface<IProbeCollectorTool>(
this);
36 return StatusCode::SUCCESS;
47 ATH_MSG_DEBUG(
"InnerDetectorProbeTracks Container recorded in evtStore.");
54 return StatusCode::FAILURE;
63 return StatusCode::FAILURE;
68 Analysis::MuonContainer::const_iterator muonItr = muonTDS->
begin();
69 Analysis::MuonContainer::const_iterator muonItrE = muonTDS->
end();
70 for (; muonItr != muonItrE; ++muonItr)
72 if (((*muonItr)->pt()>
m_muonPtCut) && ((*muonItr)->isCombinedMuon()))
79 for (; MSTrackItr != MSTrackItrE; ++MSTrackItr)
95 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_WARNING(x)
definition of StoreGate container holding a vector of Analysis::Muon
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.
virtual double pt() const =0
transverse momentum
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.