Belle II Software development
|
Measurement class implementing a planar hit geometry (1 or 2D) with only a momentum measurement. More...
#include <PlanarMomentumMeasurement.h>
Public Member Functions | |
PlanarMomentumMeasurement () | |
Default constructor with 1 dim. | |
PlanarMomentumMeasurement (const genfit::PlanarMeasurement &parentElement) | |
Copy from other planar measurement and resize the hit coords to one dimension. | |
virtual genfit::AbsMeasurement * | clone () const override |
Clone. | |
virtual const genfit::AbsHMatrix * | constructHMatrix (const genfit::AbsTrackRep *rep) const override |
Construct the QP matrix. | |
Measurement class implementing a planar hit geometry (1 or 2D) with only a momentum measurement.
Definition at line 26 of file PlanarMomentumMeasurement.h.
|
inline |
Default constructor with 1 dim.
Definition at line 30 of file PlanarMomentumMeasurement.h.
|
inlineexplicit |
Copy from other planar measurement and resize the hit coords to one dimension.
Definition at line 33 of file PlanarMomentumMeasurement.h.
|
inlineoverridevirtual |
Clone.
Reimplemented in PlanarVXDMomentumMeasurement< HitType >.
Definition at line 41 of file PlanarMomentumMeasurement.h.
|
inlineoverridevirtual |
Construct the QP matrix.
Definition at line 44 of file PlanarMomentumMeasurement.h.