Belle II Software
release-08-01-10
|
Kalman stepper implementation for the PXD CKF. More...
#include <PXDKalmanStepper.h>
Public Member Functions | |
double | kalmanStep (genfit::MeasuredStateOnPlane &measuredStateOnPlane, const CKFToPXDState &state) |
Do a kalman step of the mSoP to the measurement in the state. Returns the chi2. | |
double | calculateResidual (genfit::MeasuredStateOnPlane &measuredStateOnPlane, const CKFToPXDState &state) |
Calculate the residual between the mSoP and the measurement in the state. | |
Private Attributes | |
KalmanStepper< 2 > | m_kalmanStepper |
Implementation using the general kalman stepper. | |
Kalman stepper implementation for the PXD CKF.
Definition at line 24 of file PXDKalmanStepper.h.