23#ifndef genfit_KalmanFittedStateOnPlane_h
24#define genfit_KalmanFittedStateOnPlane_h
Abstract base class for a track representation.
virtual ~KalmanFittedStateOnPlane()
KalmanFittedStateOnPlane(const KalmanFittedStateOnPlane &)=default
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)
MeasuredStateOnPlane(const AbsTrackRep *rep=nullptr)
void swap(MeasuredStateOnPlane &other)
Defines for I/O streams used for error and debug printing.
std::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.