24#ifndef genfit_MeasurementOnPlane_h
25#define genfit_MeasurementOnPlane_h
69 void Print(Option_t* option =
"")
const ;
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane.
Abstract base class for a track representation.
StateOnPlane with additional covariance matrix.
Measured coordinates on a plane.
MeasurementOnPlane(const TVectorD &state, const TMatrixDSym &cov, SharedPlanePtr plane, const AbsTrackRep *rep, const AbsHMatrix *hMatrix, double weight=1.)
void Print(Option_t *option="") const
void setHMatrix(const AbsHMatrix *hMatrix)
virtual ~MeasurementOnPlane()
void swap(MeasurementOnPlane &other)
MeasurementOnPlane & operator=(MeasurementOnPlane other)
assignment operator
boost::scoped_ptr< const AbsHMatrix > hMatrix_
TMatrixDSym getWeightedCov()
void setWeight(double weight)
const AbsHMatrix * getHMatrix() const
MeasurementOnPlane(const AbsTrackRep *rep=NULL)
boost::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.