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.
double calculateResidual | ( | genfit::MeasuredStateOnPlane & | measuredStateOnPlane, |
const CKFToPXDState & | state ) |
Calculate the residual between the mSoP and the measurement in the state.
Definition at line 33 of file PXDKalmanStepper.cc.
double kalmanStep | ( | genfit::MeasuredStateOnPlane & | measuredStateOnPlane, |
const CKFToPXDState & | state ) |
Do a kalman step of the mSoP to the measurement in the state. Returns the chi2.
Definition at line 16 of file PXDKalmanStepper.cc.
|
private |
Implementation using the general kalman stepper.
Definition at line 34 of file PXDKalmanStepper.h.