![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
AbsHMatrix implementation for 5-dimensional MeasurementOnPlane and RKTrackRep parameterization. More...
#include <fun4all_GenFit/blob/master/measurements/include/HMatrixUnit.h>
Inheritance diagram for genfit::HMatrixUnit:
Collaboration diagram for genfit::HMatrixUnit:Public Member Functions | |
| HMatrixUnit () | |
| const TMatrixD & | getMatrix () const |
| Get the actual matrix representation. | |
| TVectorD | Hv (const TVectorD &v) const |
| H*v. | |
| TMatrixD | MHt (const TMatrixDSym &M) const |
| M*H^t. | |
| TMatrixD | MHt (const TMatrixD &M) const |
| void | HMHt (TMatrixDSym &) const |
| similarity: H*M*H^t | |
| virtual HMatrixUnit * | clone () const |
| virtual bool | isEqual (const AbsHMatrix &other) const |
| virtual void | Print (const Option_t *="") const |
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 5-dimensional MeasurementOnPlane and RKTrackRep parameterization.
H = (1, 0, 0, 0, 0) (0, 1, 0, 0, 0) (0, 0, 1, 0, 0) (0, 0, 0, 1, 0) (0, 0, 0, 0, 1)
Definition at line 40 of file HMatrixUnit.h.
View newest version in sPHENIX GitHub at line 40 of file HMatrixUnit.h
|
inline |
Definition at line 44 of file HMatrixUnit.h.
View newest version in sPHENIX GitHub at line 44 of file HMatrixUnit.h
Referenced by clone().
Here is the caller graph for this function:
|
inlinevirtual |
Implements genfit::AbsHMatrix.
Definition at line 55 of file HMatrixUnit.h.
View newest version in sPHENIX GitHub at line 55 of file HMatrixUnit.h
References HMatrixUnit().
Here is the call graph for this function:
|
virtual |
Get the actual matrix representation.
Implements genfit::AbsHMatrix.
Definition at line 36 of file HMatrixUnit.cc.
View newest version in sPHENIX GitHub at line 36 of file HMatrixUnit.cc
|
inlinevirtual |
similarity: H*M*H^t
Reimplemented from genfit::AbsHMatrix.
Definition at line 53 of file HMatrixUnit.h.
View newest version in sPHENIX GitHub at line 53 of file HMatrixUnit.h
|
inlinevirtual |
H*v.
Reimplemented from genfit::AbsHMatrix.
Definition at line 48 of file HMatrixUnit.h.
View newest version in sPHENIX GitHub at line 48 of file HMatrixUnit.h
References v.
|
inlinevirtual |
Implements genfit::AbsHMatrix.
Definition at line 57 of file HMatrixUnit.h.
View newest version in sPHENIX GitHub at line 57 of file HMatrixUnit.h
|
inlinevirtual |
M*H^t.
Reimplemented from genfit::AbsHMatrix.
Definition at line 50 of file HMatrixUnit.h.
View newest version in sPHENIX GitHub at line 50 of file HMatrixUnit.h
|
inlinevirtual |
Reimplemented from genfit::AbsHMatrix.
Definition at line 51 of file HMatrixUnit.h.
View newest version in sPHENIX GitHub at line 51 of file HMatrixUnit.h
References M.
|
virtual |
Reimplemented from genfit::AbsHMatrix.
Definition at line 48 of file HMatrixUnit.cc.
View newest version in sPHENIX GitHub at line 48 of file HMatrixUnit.cc
References genfit::printOut.