![]() |
PandaRoot
|
Class for measurements implementing a space point hit geometry with a very prolate form of the covariance matrix. More...
#include <ProlateSpacepointMeasurement.h>
Public Member Functions | |
ProlateSpacepointMeasurement (int nDim=3) | |
ProlateSpacepointMeasurement (const TVectorD &rawHitCoords, const TMatrixDSym &rawHitCov, int detId, int hitId, TrackPoint *trackPoint) | |
virtual | ~ProlateSpacepointMeasurement () |
virtual AbsMeasurement * | clone () const |
Deep copy ctor for polymorphic class. More... | |
virtual SharedPlanePtr | constructPlane (const StateOnPlane &state) const |
Contruct the virtual detector plane. More... | |
const TVector3 & | getLargestErrorDirection () |
void | setLargestErrorDirection (const TVector3 &dir) |
![]() | |
SpacepointMeasurement (int nDim=3) | |
SpacepointMeasurement (const TVectorD &rawHitCoords, const TMatrixDSym &rawHitCov, int detId, int hitId, TrackPoint *trackPoint, bool weightedPlaneContruction=true, bool cutCov=true) | |
virtual | ~SpacepointMeasurement () |
virtual std::vector< MeasurementOnPlane * > | constructMeasurementsOnPlane (const StateOnPlane &state) const |
virtual const AbsHMatrix * | constructHMatrix (const AbsTrackRep *) const |
![]() | |
AbsMeasurement () | |
AbsMeasurement (int nDims) | |
AbsMeasurement (const TVectorD &rawHitCoords, const TMatrixDSym &rawHitCov, int detId, int hitId, TrackPoint *trackPoint) | |
virtual | ~AbsMeasurement () |
TrackPoint * | getTrackPoint () const |
void | setTrackPoint (TrackPoint *tp) |
const TVectorD & | getRawHitCoords () const |
const TMatrixDSym & | getRawHitCov () const |
TVectorD & | getRawHitCoords () |
TMatrixDSym & | getRawHitCov () |
int | getDetId () const |
int | getHitId () const |
virtual bool | isLeftRightMeasurement () const |
If the AbsMeasurement is a wire hit, the left/right resolution will be used. More... | |
virtual int | getLeftRightResolution () const |
unsigned int | getDim () const |
void | setRawHitCoords (const TVectorD &coords) |
void | setRawHitCov (const TMatrixDSym &cov) |
void | setDetId (int detId) |
void | setHitId (int hitId) |
virtual void | Print (const Option_t *="") const |
Protected Attributes | |
TVector3 | largestErrorDirection_ |
![]() | |
TVectorD | rawHitCoords_ |
TMatrixDSym | rawHitCov_ |
int | detId_ |
int | hitId_ |
TrackPoint * | trackPoint_ |
Pointer to TrackPoint where the measurement belongs to. More... | |
Additional Inherited Members | |
![]() | |
void | initG () |
![]() | |
AbsMeasurement (const AbsMeasurement &) | |
protect from calling copy c'tor from outside the class. Use clone() if you want a copy! More... | |
Class for measurements implementing a space point hit geometry with a very prolate form of the covariance matrix.
Measurements from detectors measuring 3D space points with errors in one direction much larger than the errors perpendicular should use this class.
For these hits, a virtual detector plane lying in the POCA and perpendicular to the track yields wrong results. Instead, the plane should contain the direction of the largest error.
The largest error direction can be set. Standard is in z.
Definition at line 45 of file ProlateSpacepointMeasurement.h.
genfit::ProlateSpacepointMeasurement::ProlateSpacepointMeasurement | ( | int | nDim = 3 | ) |
Referenced by clone().
genfit::ProlateSpacepointMeasurement::ProlateSpacepointMeasurement | ( | const TVectorD & | rawHitCoords, |
const TMatrixDSym & | rawHitCov, | ||
int | detId, | ||
int | hitId, | ||
TrackPoint * | trackPoint | ||
) |
|
inlinevirtual |
Definition at line 51 of file ProlateSpacepointMeasurement.h.
|
inlinevirtual |
Deep copy ctor for polymorphic class.
Reimplemented from genfit::SpacepointMeasurement.
Definition at line 53 of file ProlateSpacepointMeasurement.h.
References constructPlane(), and ProlateSpacepointMeasurement().
|
virtual |
Contruct the virtual detector plane.
Per default, the plane will be constructed such that it contains the measurement and POCA to the measurement in cartesian space. The plane is perpendicular to the track (at the POCA).
If weightedPlaneContruction_ is set, the POCA will be calculated in a space weighted with the inverse of the 3D covariance. E.g. if the covariance is very oblate, the plane will be almost defined by the covariance shape. If the covariance is very prolate, the behaviour will be very similar to the ProlateSpacepointHit.
Reimplemented from genfit::SpacepointMeasurement.
Referenced by clone().
|
inline |
Definition at line 57 of file ProlateSpacepointMeasurement.h.
References largestErrorDirection_.
|
inline |
Definition at line 58 of file ProlateSpacepointMeasurement.h.
References largestErrorDirection_.
|
protected |
Definition at line 61 of file ProlateSpacepointMeasurement.h.
Referenced by getLargestErrorDirection(), and setLargestErrorDirection().