Track segment chi2 in PrKalmanFitResult
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