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

Go to the source code of this file.

Namespaces

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

Functions

std::string MuonR4::printID (const xAOD::MuonSegment &seg)
 Print the chamber ID of a segment, e.g.
const SegmentMuonR4::detailedSegment (const xAOD::MuonSegment &seg)
 Helper function to navigate from the xAOD::MuonSegment to the MuonR4::Segment.
std::size_t MuonR4::nMeasurements (const xAOD::MuonSegment &segment)
 Returns the number of associated Uncalibrated measurements.
const xAOD::UncalibratedMeasurementMuonR4::getMeasurement (const xAOD::MuonSegment &segment, const std::size_t n)
 Returns the n-th uncalibrated measurement.
bool MuonR4::isOutlierMeasurement (const xAOD::MuonSegment &segment, const std::size_t n)
 Returns whether the n-the uncalibrated measurement is an outlier.
std::vector< const xAOD::UncalibratedMeasurement * > MuonR4::collectMeasurements (const xAOD::MuonSegment &segment, bool skipOutlier=true)
 Helper function to extract the measurements from the segment.