|
const xAOD::MuonSimHit * | MuonR4::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::getMatchingSimHits (const xAOD::MuonSegment &segment) |
| : Returns all sim hits matched to a xAOD::MuonSegment More...
|
|
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. More...
|
|
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. More...
|
|
std::unordered_set< const xAOD::MuonSimHit * > | MuonR4::getMatchingSimHits (const Segment &seg) |
| Returns all sim hits that are matched to the reconstructed segment. More...
|
|
std::unordered_set< const xAOD::MuonSimHit * > | MuonR4::getMatchingSimHits (const SpacePointBucket &bucket) |
| Returns all sim hits that are matched to the spacePoint bucket. More...
|
|
std::unordered_set< const xAOD::MuonSimHit * > | MuonR4::getMatchingSimHits (const SegmentSeed &seed) |
| Returns all sim hits that are matched to the segmentSeed. More...
|
|
const xAOD::TruthParticle * | MuonR4::getTruthMatchedParticle (const xAOD::MuonSegment &segment) |
| Returns the particle truth-matched to the segment. More...
|
|
const xAOD::MuonSegment * | MuonR4::getMatchedTruthSegment (const xAOD::MuonSegment &segment) |
| Returns the truth-matched segment. More...
|
|