ATLAS Offline Software
Namespaces | Functions
MuonSimHitHelpers.h File Reference
#include <xAODMeasurementBase/UncalibratedMeasurement.h>
#include <xAODMuonSimHit/MuonSimHit.h>
#include <xAODMuon/MuonSegment.h>
#include <unordered_set>
Include dependency graph for MuonSimHitHelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 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. More...
 
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getTruthMatchedHits (const xAOD::MuonSegment &segment)
 : Returns all truth hits matched to a xAOD::MuonSegment More...
 
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getTruthMatchedHits (const std::vector< const SpacePoint * > &spacePoints)
 Returns all truth hits that are matched to a collection of space points. More...
 
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getTruthMatchedHits (const std::vector< const CalibratedSpacePoint * > &measurements)
 Returns all truth hits that are matched to a collection of calibrated space points. More...
 
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getTruthMatchedHits (const Segment &seg)
 Returns all truth hits that are matched to the reconstructed segment. More...
 
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getTruthMatchedHits (const SegmentSeed &seed)
 Returns all truth hits that are matched to the segmentSeed. More...
 
std::unordered_set< const xAOD::MuonSimHit * > MuonR4::getTruthMatchedHits (const SpacePointBucket &bucket)
 Returns all truth hits that are matched to the spacePoint bucket. More...