ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSimHitHelpers.cxx File Reference
Include dependency graph for MuonSimHitHelpers.cxx:

Go to the source code of this file.

Namespaces

namespace  MuonR4
 This header ties the generic definitions in this package.

Functions

const xAOD::MuonSimHitMuonR4::getTruthMatchedHit (const xAOD::UncalibratedMeasurement &prdHit)
 Returns the MuonSimHit, if there's any, matched to the uncalibrated muon measurement.
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getMatchingSimHits (const xAOD::MuonSegment &segment)
 : Returns all sim hits matched to a xAOD::MuonSegment
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getMatchingSimHits (const std::vector< const SpacePoint * > &spacePoints)
 Returns all sim hits that are matched to a collection of space points.
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getMatchingSimHits (const std::vector< const CalibratedSpacePoint * > &measurements)
 Returns all sim hits that are matched to a collection of calibrated space points.
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getMatchingSimHits (const Segment &seg)
 Returns all sim hits that are matched to the reconstructed segment.
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getMatchingSimHits (const SpacePointBucket &bucket)
 Returns all sim hits that are matched to the spacePoint bucket.
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getMatchingSimHits (const SegmentSeed &seed)
 Returns all sim hits that are matched to the segmentSeed.
const xAOD::TruthParticleMuonR4::getTruthMatchedParticle (const xAOD::MuonSegment &segment)
 Returns the particle truth-matched to the segment.
const xAOD::MuonSegmentMuonR4::getMatchedTruthSegment (const xAOD::MuonSegment &segment)
 Returns the truth-matched segment.
std::vector< const xAOD::MuonSegment * > MuonR4::getTruthSegments (const xAOD::TruthParticle &truthMuon)
 Returns the segments associated to the truth muon.