EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Update step of Kalman Filter using gain matrix formalism. More...
#include <acts/blob/sPHENIX/Core/include/Acts/TrackFitting/GainMatrixUpdater.hpp>
Public Member Functions | |
template<typename track_state_t > | |
Result< void > | operator() (const GeometryContext &, track_state_t trackState, const NavigationDirection &direction=forward, LoggerWrapper logger=getDummyLogger()) const |
Public call operator for the boost visitor pattern. | |
Update step of Kalman Filter using gain matrix formalism.
Definition at line 27 of file GainMatrixUpdater.hpp.
View newest version in sPHENIX GitHub at line 27 of file GainMatrixUpdater.hpp
|
inline |
Public call operator for the boost visitor pattern.
track_state_t | Type of the track state for the update |
gctx | The current geometry context object, e.g. alignment |
trackState | the measured track state |
direction | the navigation direction |
Definition at line 41 of file GainMatrixUpdater.hpp.
View newest version in sPHENIX GitHub at line 41 of file GainMatrixUpdater.hpp
References ACTS_VERBOSE, Acts::forward, H, value, and Acts::visit_measurement().