 |
Belle II Software
release-05-01-25
|
23 #ifndef genfit_FullMeasurement_h
24 #define genfit_FullMeasurement_h
26 #include "AbsMeasurement.h"
27 #include "AbsHMatrix.h"
28 #include "MeasurementOnPlane.h"
70 #endif // genfit_FullMeasurement_h
Object containing AbsMeasurement and AbsFitterInfo objects.
std::shared_ptr< genfit::DetPlane > SharedPlanePtr
Shared Pointer to a DetPlane.
virtual SharedPlanePtr constructPlane(const StateOnPlane &state) const override
Construct (virtual) detector plane (use state's AbsTrackRep).
#StateOnPlane with additional covariance matrix.
virtual const AbsHMatrix * constructHMatrix(const AbsTrackRep *) const override
Returns a new AbsHMatrix object.
virtual std::vector< MeasurementOnPlane * > constructMeasurementsOnPlane(const StateOnPlane &state) const override
Construct MeasurementOnPlane on plane of the state and wrt the states TrackRep.
A state with arbitrary dimension defined in a DetPlane.
Defines for I/O streams used for error and debug printing.
virtual AbsMeasurement * clone() const override
Deep copy ctor for polymorphic class.
Abstract base class for a track representation.
Contains the measurement and covariance in raw detector coordinates.
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane.
Measurement class implementing a measurement of all track parameters.