ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::MeasurementSelectorCuts Struct Reference

Selection cuts for associating measurements with predicted track parameters on a surface. More...

#include <Acts/TrackFinding/MeasurementSelector.hpp>

Collaboration diagram for Acts::MeasurementSelectorCuts:
[legend]

Public Attributes

std::vector< double > chi2CutOff {15}
 Maximum local chi2 contribution to classify as measurement.
std::vector< double > chi2CutOffOutlier {}
 Maximum local chi2 contribution to classify as outlier.
std::vector< double > etaBins {}
 bins in |eta| to specify variable selections
std::vector< std::size_t > numMeasurementsCutOff {1}
 Maximum number of associated measurements on a single surface.

Detailed Description

Selection cuts for associating measurements with predicted track parameters on a surface.

The default configuration only takes the best matching measurement without a cut on the local chi2.

Member Data Documentation

◆ chi2CutOff

std::vector<double> Acts::MeasurementSelectorCuts::chi2CutOff {15}

Maximum local chi2 contribution to classify as measurement.

◆ chi2CutOffOutlier

std::vector<double> Acts::MeasurementSelectorCuts::chi2CutOffOutlier {}

Maximum local chi2 contribution to classify as outlier.

◆ etaBins

std::vector<double> Acts::MeasurementSelectorCuts::etaBins {}

bins in |eta| to specify variable selections

◆ numMeasurementsCutOff

std::vector<std::size_t> Acts::MeasurementSelectorCuts::numMeasurementsCutOff {1}

Maximum number of associated measurements on a single surface.