21 #include <system_error>
53 template <
typename traj_t>
55 typename traj_t::TrackStateProxy trackState,
62 assert(trackState.hasCalibrated());
64 assert(trackState.hasPredicted());
66 assert(trackState.hasFiltered());
73 "Predicted parameters: " << trackState.predicted().transpose());
74 ACTS_VERBOSE(
"Predicted covariance:\n" << trackState.predictedCovariance());
84 trackState.predictedCovariance(),
85 trackState.filtered(),
86 trackState.filteredCovariance(),
95 .template calibratedCovariance<
98 trackState.projector(),
99 trackState.calibratedSize(),
103 trackState.chi2() = chi2;
110 InternalTrackState trackState,
Direction direction,