23#ifndef genfit_KalmanFittedStateOnPlane_h
24#define genfit_KalmanFittedStateOnPlane_h
84 MeasuredStateOnPlane(state, cov, plane, rep, auxInfo), chiSquareIncrement_(chiSquareIncrement), ndf_(ndf)
Abstract base class for a track representation.
MeasuredStateOnPlane with additional info produced by a Kalman filter or DAF.
virtual ~KalmanFittedStateOnPlane()
KalmanFittedStateOnPlane()
double ndf_
Degrees of freedom. Needs to be a double because of DAF.
void swap(KalmanFittedStateOnPlane &other)
double chiSquareIncrement_
double getChiSquareIncrement() const
KalmanFittedStateOnPlane & operator=(KalmanFittedStateOnPlane other)
void setChiSquareIncrement(double chiSquareIncrement)
StateOnPlane with additional covariance matrix.
void swap(MeasuredStateOnPlane &other)
boost::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.