11 #include <genfit/PlanarMeasurement.h>
12 #include <genfit/RKTrackRep.h>
13 #include <tracking/trackFitting/measurementCreator/measurements/HMatrixQP.h>
14 #include <framework/logging/Logger.h>
34 genfit::PlanarMeasurement(parentElement)
36 rawHitCoords_.ResizeTo(1);
37 rawHitCov_.ResizeTo(1, 1);
47 B2FATAL(
"PlanarMomentumMeasurement default implementation can only handle state vectors of type RKTrackRep!");
AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization.
Measurement class implementing a planar hit geometry (1 or 2D) with only a momentum measurement.
virtual const genfit::AbsHMatrix * constructHMatrix(const genfit::AbsTrackRep *rep) const override
Construct the QP matrix.
virtual genfit::AbsMeasurement * clone() const override
Clone.
PlanarMomentumMeasurement(const genfit::PlanarMeasurement &parentElement)
Copy from other planar measurement and resize the hit coords to one dimension.
PlanarMomentumMeasurement()
Default contructor with 1 dim.
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.
Measurement class implementing a planar hit geometry (1 or 2D).
AbsTrackRep with 5D track parameterization in plane coordinates: (q/p, u', v', u, v)
Abstract base class for different kinds of events.
Defines for I/O streams used for error and debug printing.