23#ifndef genfit_SpacepointMeasurement_h
24#define genfit_SpacepointMeasurement_h
51 bool weightedPlaneContruction =
true,
bool cutCov =
true);
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.
Class for measurements implementing a space point hit geometry.
virtual AbsMeasurement * clone() const
Deep copy ctor for polymorphic class.
bool weightedPlaneContruction_
virtual SharedPlanePtr constructPlane(const StateOnPlane &state) const
Contruct the virtual detector plane.
bool cutCov_
inverse of 3x3 cov
virtual ~SpacepointMeasurement()
virtual const AbsHMatrix * constructHMatrix(const AbsTrackRep *) const
virtual std::vector< MeasurementOnPlane * > constructMeasurementsOnPlane(const StateOnPlane &state) const
A state with arbitrary dimension defined in a DetPlane.
Object containing AbsMeasurement and AbsFitterInfo objects.
boost::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.