Struct Acts::MeasurementSelectorCuts

struct 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

std::vector<double> chi2CutOff = {std::numeric_limits<double>::max()}

Maximum local chi2 contribution.

std::vector<double> etaBins

bins in |eta| to specify variable selections

std::vector<size_t> numMeasurementsCutOff = {1}

Maximum number of associated measurements on a single surface.