23 #ifndef genfit_SpacepointMeasurement_h
24 #define genfit_SpacepointMeasurement_h
51 bool weightedPlaneContruction =
true,
bool cutCov =
true);
88 #endif // genfit_SpacepointMeasurement_h
virtual ~SpacepointMeasurement()
boost::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.
virtual const AbsHMatrix * constructHMatrix(const AbsTrackRep *) const
Abstract base class for a track representation.
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane.
Class for measurements implementing a space point hit geometry.
A state with arbitrary dimension defined in a DetPlane.
SpacepointMeasurement(int nDim=3)
Object containing AbsMeasurement and AbsFitterInfo objects.
virtual SharedPlanePtr constructPlane(const StateOnPlane &state) const
Contruct the virtual detector plane.
bool weightedPlaneContruction_
bool cutCov_
inverse of 3x3 cov
virtual std::vector< MeasurementOnPlane * > constructMeasurementsOnPlane(const StateOnPlane &state) const
Contains the measurement and covariance in raw detector coordinates.
virtual AbsMeasurement * clone() const
Deep copy ctor for polymorphic class.