Kalman stepper implementation for the SVD CKF. More...
#include <SVDKalmanStepper.h>
Public Member Functions | |
double | kalmanStep (genfit::MeasuredStateOnPlane &measuredStateOnPlane, const CKFToSVDState &state) |
Do a kalman step of the mSoP to the measurement in the state. Returns the chi2. | |
double | calculateResidual (genfit::MeasuredStateOnPlane &measuredStateOnPlane, const CKFToSVDState &state) |
Calculate the residual between the mSoP and the measurement in the state. | |
Private Attributes | |
KalmanStepper< 1 > | m_kalmanStepper |
Implementation using the general kalman stepper. | |
Kalman stepper implementation for the SVD CKF.
Definition at line 24 of file SVDKalmanStepper.h.
double calculateResidual | ( | genfit::MeasuredStateOnPlane & | measuredStateOnPlane, |
const CKFToSVDState & | state ) |
Calculate the residual between the mSoP and the measurement in the state.
Definition at line 33 of file SVDKalmanStepper.cc.
double kalmanStep | ( | genfit::MeasuredStateOnPlane & | measuredStateOnPlane, |
const CKFToSVDState & | state ) |
Do a kalman step of the mSoP to the measurement in the state. Returns the chi2.
Definition at line 16 of file SVDKalmanStepper.cc.
|
private |
Implementation using the general kalman stepper.
Definition at line 34 of file SVDKalmanStepper.h.