![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
AbsHMatrix implementation for two-dimensional MeasurementOnPlane and RKTrackRep parameterization. More...
#include <fun4all_GenFit/blob/master/measurements/include/HMatrixUV.h>
Inheritance diagram for genfit::HMatrixUV:
Collaboration diagram for genfit::HMatrixUV:Public Member Functions | |
| HMatrixUV () | |
| const TMatrixD & | getMatrix () const override |
| Get the actual matrix representation. | |
| TVectorD | Hv (const TVectorD &v) const override |
| H*v. | |
| TMatrixD | MHt (const TMatrixDSym &M) const override |
| M*H^t. | |
| TMatrixD | MHt (const TMatrixD &M) const override |
| void | HMHt (TMatrixDSym &M) const override |
| similarity: H*M*H^t | |
| virtual HMatrixUV * | clone () const override |
| virtual bool | isEqual (const AbsHMatrix &other) const override |
| virtual void | Print (const Option_t *="") const override |
Public Member Functions inherited from genfit::AbsHMatrix | |
| AbsHMatrix () | |
| virtual | ~AbsHMatrix () |
| bool | operator== (const AbsHMatrix &other) const |
| bool | operator!= (const AbsHMatrix &other) const |
Additional Inherited Members | |
Protected Member Functions inherited from genfit::AbsHMatrix | |
| AbsHMatrix (const AbsHMatrix &o) | |
| AbsHMatrix & | operator= (const AbsHMatrix &) |
AbsHMatrix implementation for two-dimensional MeasurementOnPlane and RKTrackRep parameterization.
This projects out u and v. H = (0, 0, 0, 1, 0) (0, 0, 0, 0, 1)
Definition at line 39 of file HMatrixUV.h.
View newest version in sPHENIX GitHub at line 39 of file HMatrixUV.h
|
inline |
Definition at line 44 of file HMatrixUV.h.
View newest version in sPHENIX GitHub at line 44 of file HMatrixUV.h
Referenced by clone().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements genfit::AbsHMatrix.
Definition at line 55 of file HMatrixUV.h.
View newest version in sPHENIX GitHub at line 55 of file HMatrixUV.h
References HMatrixUV().
Here is the call graph for this function:
|
overridevirtual |
Get the actual matrix representation.
Implements genfit::AbsHMatrix.
Definition at line 33 of file HMatrixUV.cc.
View newest version in sPHENIX GitHub at line 33 of file HMatrixUV.cc
Referenced by genfit::GblFitterInfo::reset().
Here is the caller graph for this function:
|
overridevirtual |
similarity: H*M*H^t
Reimplemented from genfit::AbsHMatrix.
Definition at line 86 of file HMatrixUV.cc.
View newest version in sPHENIX GitHub at line 86 of file HMatrixUV.cc
|
overridevirtual |
H*v.
Reimplemented from genfit::AbsHMatrix.
Definition at line 43 of file HMatrixUV.cc.
View newest version in sPHENIX GitHub at line 43 of file HMatrixUV.cc
|
inlineoverridevirtual |
Implements genfit::AbsHMatrix.
Definition at line 57 of file HMatrixUV.h.
View newest version in sPHENIX GitHub at line 57 of file HMatrixUV.h
|
overridevirtual |
M*H^t.
Reimplemented from genfit::AbsHMatrix.
Definition at line 56 of file HMatrixUV.cc.
View newest version in sPHENIX GitHub at line 56 of file HMatrixUV.cc
|
overridevirtual |
Reimplemented from genfit::AbsHMatrix.
Definition at line 71 of file HMatrixUV.cc.
View newest version in sPHENIX GitHub at line 71 of file HMatrixUV.cc
|
overridevirtual |
Reimplemented from genfit::AbsHMatrix.
Definition at line 105 of file HMatrixUV.cc.
View newest version in sPHENIX GitHub at line 105 of file HMatrixUV.cc
References genfit::printOut.