Analysis Software
Documentation for sPHENIX simulation software
|
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane. More...
#include <GenFit/blob/master/core/include/AbsHMatrix.h>
Public Member Functions | |
AbsHMatrix () | |
virtual | ~AbsHMatrix () |
virtual const TMatrixD & | getMatrix () const =0 |
Get the actual matrix representation. | |
virtual TVectorD | Hv (const TVectorD &v) const |
H*v. | |
virtual TMatrixD | MHt (const TMatrixDSym &M) const |
M*H^t. | |
virtual TMatrixD | MHt (const TMatrixD &M) const |
virtual void | HMHt (TMatrixDSym &M) const |
similarity: H*M*H^t | |
virtual AbsHMatrix * | clone () const =0 |
bool | operator== (const AbsHMatrix &other) const |
bool | operator!= (const AbsHMatrix &other) const |
virtual bool | isEqual (const AbsHMatrix &other) const =0 |
virtual void | Print (const Option_t *="") const |
Protected Member Functions | |
AbsHMatrix (const AbsHMatrix &o) | |
AbsHMatrix & | operator= (const AbsHMatrix &) |
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane.
Definition at line 37 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 37 of file AbsHMatrix.h
|
inline |
Definition at line 41 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 41 of file AbsHMatrix.h
|
inlinevirtual |
Definition at line 43 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 43 of file AbsHMatrix.h
|
inlineprotected |
Definition at line 68 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 68 of file AbsHMatrix.h
|
pure virtual |
Implemented in genfit::HMatrixUnit, genfit::HMatrixUV, genfit::HMatrixPhi, genfit::HMatrixU, and genfit::HMatrixV.
Referenced by genfit::KalmanFitterInfo::getResidual().
|
pure virtual |
Get the actual matrix representation.
Implemented in genfit::HMatrixUnit, genfit::HMatrixUV, genfit::HMatrixPhi, genfit::HMatrixU, and genfit::HMatrixV.
Referenced by genfit::EventDisplay::drawEvent(), HMHt(), Hv(), and MHt().
|
inlinevirtual |
similarity: H*M*H^t
Reimplemented in genfit::HMatrixUnit, genfit::HMatrixUV, genfit::HMatrixPhi, genfit::HMatrixU, and genfit::HMatrixV.
Definition at line 56 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 56 of file AbsHMatrix.h
References getMatrix().
Referenced by genfit::KalmanFitterInfo::getResidual().
|
inlinevirtual |
H*v.
Reimplemented in genfit::HMatrixUnit, genfit::HMatrixUV, genfit::HMatrixPhi, genfit::HMatrixU, and genfit::HMatrixV.
Definition at line 49 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 49 of file AbsHMatrix.h
References getMatrix(), and testSigmaEff::v.
Referenced by genfit::KalmanFitterInfo::getClosestMeasurementOnPlane(), and genfit::KalmanFitterInfo::getResidual().
|
pure virtual |
Implemented in genfit::HMatrixUnit, genfit::HMatrixUV, genfit::HMatrixPhi, genfit::HMatrixU, and genfit::HMatrixV.
Referenced by operator!=(), operator==(), genfit::GblFitterInfo::Print(), and genfit::GFGbl::processTrackWithRep().
|
inlinevirtual |
M*H^t.
Reimplemented in genfit::HMatrixUnit, genfit::HMatrixUV, genfit::HMatrixPhi, genfit::HMatrixU, and genfit::HMatrixV.
Definition at line 52 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 52 of file AbsHMatrix.h
References getMatrix().
Referenced by genfit::tools::kalmanUpdateSqrt().
|
inlinevirtual |
Reimplemented in genfit::HMatrixUnit, genfit::HMatrixUV, genfit::HMatrixPhi, genfit::HMatrixU, and genfit::HMatrixV.
Definition at line 53 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 53 of file AbsHMatrix.h
References getMatrix().
|
inline |
Definition at line 61 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 61 of file AbsHMatrix.h
References isEqual().
|
protected |
|
inline |
Definition at line 60 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 60 of file AbsHMatrix.h
References isEqual().
|
inlinevirtual |
Reimplemented in genfit::HMatrixUnit, genfit::HMatrixUV, genfit::HMatrixPhi, genfit::HMatrixU, and genfit::HMatrixV.
Definition at line 64 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 64 of file AbsHMatrix.h