|
| | PndMdtRecoHit2 () |
| |
| | PndMdtRecoHit2 (double x, double y, double z, double sigx, double sigy, double sigz) |
| |
| | PndMdtRecoHit2 (const TVector3 &pos, const TVector3 &sig, bool smear=false) |
| |
| | PndMdtRecoHit2 (PndMdtPoint *point) |
| |
| | PndMdtRecoHit2 (PndMdtHit *hit, const genfit::TrackCandHit *candHit) |
| |
| virtual | ~PndMdtRecoHit2 () |
| |
| virtual genfit::AbsMeasurement * | clone () |
| |
| PndMdtHit * | GetHit () |
| |
| | 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 AbsMeasurement * | clone () const |
| | Deep copy ctor for polymorphic class. More...
|
| |
| virtual SharedPlanePtr | constructPlane (const StateOnPlane &state) const |
| | Contruct the virtual detector plane. More...
|
| |
| 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 |
| |
Definition at line 35 of file PndMdtRecoHit2.h.