![]() |
ATLAS Offline Software
|
#include <MuonTruthHelpers/MuonSimHitHelpers.h>#include <xAODMuon/MuonSegmentContainer.h>#include <xAODMuonSimHit/MuonSimHitContainer.h>#include <xAODTruth/TruthParticleContainer.h>#include <xAODMeasurementBase/UncalibratedMeasurementContainer.h>#include <MuonSpacePoint/SpacePoint.h>#include <MuonSpacePoint/CalibratedSpacePoint.h>#include <MuonPatternEvent/Segment.h>#include <AthLinks/ElementLink.h>Go to the source code of this file.
Namespaces | |
| MuonR4 | |
| This header ties the generic definitions in this package. | |
Functions | |
| 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... | |
| std::vector< const xAOD::MuonSegment * > | MuonR4::getTruthSegments (const xAOD::TruthParticle &truthMuon) |
| Returns the segments associated to the truth muon. More... | |
1.8.18