EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
void Kalman updater More...
#include <acts/blob/sPHENIX/Core/include/Acts/TrackFitting/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 68 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 68 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 79 of file VoidKalmanComponents.hpp.
View newest version in sPHENIX GitHub at line 79 of file VoidKalmanComponents.hpp