|
ATLAS Offline Software
|
Go to the documentation of this file.
14 m_InsituPerformanceTools(
"InsituTrackPerformanceTools/TestTool")
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;
70 for (; muonItr != muonItrE; ++muonItr)
72 if (((*muonItr)->pt()>
m_muonPtCut) && ((*muonItr)->isCombinedMuon()))
79 for (; MSTrackItr != MSTrackItrE; ++MSTrackItr)
95 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
Const iterator class for DataVector/DataList.
vecmem::edm::container< TrackParticleInterface, vecmem::edm::type::vector< float >, vecmem::edm::type::vector< float >, vecmem::edm::type::vector< float > > TrackParticleContainer
SoA, GPU friendly TrackParticleContainer.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
virtual double pt() const =0
transverse momentum
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
::StatusCode StatusCode
StatusCode definition for legacy code.
definition of StoreGate container holding a vector of Analysis::Muon
value_type push_back(value_type pElem)
Add an element to the end of the collection.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
#define ATH_MSG_WARNING(x)
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.