ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
void Kalman updater More...
#include <acts/blob/master/Core/include/Acts/Fitter/detail/VoidKalmanComponents.hpp>
Public Member Functions | |
template<typename track_state_t , typename predicted_state_t > | |
auto | operator() (track_state_t &, const predicted_state_t &predicted) const |
Public call mimicking an updater. | |
void Kalman updater
Definition at line 81 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 81 of file VoidKalmanComponents.hpp
|
inline |
Public call mimicking an updater.
measurement_t | Type of the measurement to be used Type of the (bound) predicted state |
m | The measurement |
predicted | The predicted parameters |
Definition at line 92 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 92 of file VoidKalmanComponents.hpp