EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::VoidKalmanUpdater Struct Reference

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.
 

Detailed Description

void Kalman updater

Definition at line 68 of file VoidKalmanComponents.hpp.

View newest version in sPHENIX GitHub at line 68 of file VoidKalmanComponents.hpp

Member Function Documentation

template<typename track_state_t , typename predicted_state_t >
auto Acts::VoidKalmanUpdater::operator() ( track_state_t &  ,
const predicted_state_t &  predicted 
) const
inline

Public call mimicking an updater.

Template Parameters
measurement_tType of the measurement to be used Type of the (bound) predicted state
Parameters
mThe measurement
predictedThe predicted parameters
Returns
The copied predicted parameters

Definition at line 79 of file VoidKalmanComponents.hpp.

View newest version in sPHENIX GitHub at line 79 of file VoidKalmanComponents.hpp


The documentation for this struct was generated from the following file: