ATLAS Offline Software
|
#include <MuonTruthHelpers/MuonSimHitHelpers.h>
#include <xAODMuonSimHit/MuonSimHitContainer.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... | |