Skip to content

Track segment chi2 in PrKalmanFitResult

Jakub Kubat requested to merge jakub-PrKalmanChi2 into master

Introduces member functions to compute chi2 of different track segments in PrKalmanFitResult. Chi2s are not stored as member variables to keep the object "lightweight". PrKalmanFilter does not yet support fitting muon tracks, thus the muon chi2 method returns default ChiSquare.

The track segment chi2s are needed, for example, in TrackMonitor.

Edited by Jakub Kubat

Merge request reports