23#ifndef genfit_WireMeasurement_h
24#define genfit_WireMeasurement_h
56 WireMeasurement(
const TVectorD& rawHitCoords,
const TMatrixDSym& rawHitCov,
int detId,
int hitId,
TrackPoint* trackPoint);
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane.
Contains the measurement and covariance in raw detector coordinates.
Abstract base class for a track representation.
A state with arbitrary dimension defined in a DetPlane.
Object containing AbsMeasurement and AbsFitterInfo objects.
Class for measurements in wire detectors (Straw tubes and drift chambers) which do not measure the co...
virtual AbsMeasurement * clone() const
Deep copy ctor for polymorphic class.
virtual ~WireMeasurement()
virtual std::vector< MeasurementOnPlane * > constructMeasurementsOnPlane(const StateOnPlane &state) const
int getLeftRightResolution() const
void setMaxDistance(double d)
void setLeftRightResolution(int lr)
virtual SharedPlanePtr constructPlane(const StateOnPlane &state) const
virtual const AbsHMatrix * constructHMatrix(const AbsTrackRep *) const
boost::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.