24 #ifndef genfit_WireMeasurementNew_h
25 #define genfit_WireMeasurementNew_h
60 WireMeasurementNew(
double driftDistance,
double driftDistanceError,
const TVector3& endPoint1,
const TVector3& endPoint2,
int detId,
int hitId,
TrackPoint* trackPoint);
118 #endif // genfit_WireMeasurementNew_h
boost::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.
double maxDistance_
Wire end point 2 (X, Y, Z)
void setMaxDistance(double d)
virtual WireMeasurementNew * clone() const
Deep copy ctor for polymorphic class.
Abstract base class for a track representation.
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane.
virtual const AbsHMatrix * constructHMatrix(const AbsTrackRep *) const
int getLeftRightResolution() const
A state with arbitrary dimension defined in a DetPlane.
virtual std::vector< MeasurementOnPlane * > constructMeasurementsOnPlane(const StateOnPlane &state) const
virtual ~WireMeasurementNew()
void setLeftRightResolution(int lr)
Class for measurements in wire detectors (Straw tubes and drift chambers) which do not measure the co...
Object containing AbsMeasurement and AbsFitterInfo objects.
void setWireEndPoints(const TVector3 &endPoint1, const TVector3 &endPoint2)
virtual bool isLeftRigthMeasurement() const
double wireEndPoint2_[3]
Wire end point 1 (X, Y, Z)
Contains the measurement and covariance in raw detector coordinates.
virtual SharedPlanePtr constructPlane(const StateOnPlane &state) const