ATLAS Offline Software
Namespaces | Functions
TrackingHelpers.cxx File Reference
#include "MuonTrackEvent/TrackingHelpers.h"
#include "MuonPatternEvent/MuonPatternContainer.h"
#include "xAODMeasurementBase/UncalibratedMeasurementContainer.h"
Include dependency graph for TrackingHelpers.cxx:

Go to the source code of this file.

Namespaces

 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. More...
 
const Segment * MuonR4::detailedSegment (const xAOD::MuonSegment &seg)
 Helper function to navigate from the xAOD::MuonSegment to the MuonR4::Segment. More...
 
std::size_t MuonR4::nMeasurements (const xAOD::MuonSegment &segment)
 Returns the number of associated Uncalibrated measurements. More...
 
const xAOD::UncalibratedMeasurementMuonR4::getMeasurement (const xAOD::MuonSegment &segment, const std::size_t n)
 Returns the n-th uncalibrated measurement. More...
 
bool MuonR4::isOutlierMeasurement (const xAOD::MuonSegment &segment, const std::size_t n)
 Returns whether the n-the uncalibrated measurement is an outlier. More...
 
std::vector< const xAOD::UncalibratedMeasurement * > MuonR4::collectMeasurements (const xAOD::MuonSegment &segment, bool skipOutlier=true)
 Helper function to extract the measurements from the segment. More...