Struct MeasurementSelectorCuts

Struct Documentation

struct Acts::MeasurementSelectorCuts

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.

Public Members

double chi2CutOff = std::numeric_limits<double>::max()

Maximum local chi2 contribution.

size_t numMeasurementsCutOff = 1

Maximum number of associated measurements on a single surface.