|
ACTS
Experiment-independent tracking
|
Selection cuts for associating measurements with predicted track parameters on a surface. More...
#include <Acts/TrackFinding/MeasurementSelector.hpp>
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. | |
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.
| std::vector<double> Acts::MeasurementSelectorCuts::chi2CutOff {15} |
Maximum local chi2 contribution to classify as measurement.
| std::vector<double> Acts::MeasurementSelectorCuts::chi2CutOffOutlier {} |
Maximum local chi2 contribution to classify as outlier.
| std::vector<double> Acts::MeasurementSelectorCuts::etaBins {} |
bins in |eta| to specify variable selections
| std::vector<std::size_t> Acts::MeasurementSelectorCuts::numMeasurementsCutOff {1} |
Maximum number of associated measurements on a single surface.