|
ACTS
Experiment-independent tracking
|
Kalman update step using the gain matrix formalism. More...
#include <Acts/TrackFitting/GainMatrixUpdater.hpp>
Public Member Functions | |
| template<typename traj_t> | |
| Result< void > | operator() (const GeometryContext &, typename traj_t::TrackStateProxy trackState, const Logger &logger=getDummyLogger()) const |
| Run the Kalman update step for a single trajectory state. | |
Kalman update step using the gain matrix formalism.
| Result< void > Acts::GainMatrixUpdater::operator() | ( | const GeometryContext & | , |
| typename traj_t::TrackStateProxy | trackState, | ||
| const Logger & | logger = getDummyLogger() ) const |
Run the Kalman update step for a single trajectory state.
| kMeasurementSizeMax |
| [in,out] | trackState | The track state |
| [in] | logger | Where to write logging information to |