Skip to content

Draft: Added faster Acts MeasurementSelector.

New measurement selector which is fully specific to the measurement types and the measurement dimensions which allows for better optimisations, removes some casts and conversions. Also track states are only created for selected measurements not every measurement candidate.

Moreover the measurement selector introduces an upper chi2 cut for outlier, and allows to only apply the measurement calibration for selected measurements rather than all.

The new measurement selector is enabled by default, but the calibration is still applied during the measurement loop by default.

Merge request reports