![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
HMatrix for projecting from AbsTrackRep parameters to measured parameters in a DetPlane. More...
#include <fun4all_GenFit/blob/master/core/include/AbsHMatrix.h>
Inheritance diagram for genfit::AbsHMatrix:
Collaboration diagram for genfit::AbsHMatrix: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().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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 v.
Referenced by genfit::KalmanFitterInfo::getClosestMeasurementOnPlane(), and genfit::KalmanFitterInfo::getResidual().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
|
inline |
Definition at line 61 of file AbsHMatrix.h.
View newest version in sPHENIX GitHub at line 61 of file AbsHMatrix.h
References isEqual().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
|
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