EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization. More...
#include <fun4all_GenFit/blob/master/measurements/include/HMatrixV.h>
Public Member Functions | |
HMatrixV () | |
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 HMatrixV * | 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 one-dimensional MeasurementOnPlane and RKTrackRep parameterization.
This projects out v. H = (0, 0, 0, 0, 1)
Definition at line 37 of file HMatrixV.h.
View newest version in sPHENIX GitHub at line 37 of file HMatrixV.h
|
inline |
Definition at line 41 of file HMatrixV.h.
View newest version in sPHENIX GitHub at line 41 of file HMatrixV.h
Referenced by clone().
|
inlineoverridevirtual |
Implements genfit::AbsHMatrix.
Definition at line 52 of file HMatrixV.h.
View newest version in sPHENIX GitHub at line 52 of file HMatrixV.h
References HMatrixV().
|
overridevirtual |
Get the actual matrix representation.
Implements genfit::AbsHMatrix.
Definition at line 32 of file HMatrixV.cc.
View newest version in sPHENIX GitHub at line 32 of file HMatrixV.cc
|
overridevirtual |
similarity: H*M*H^t
Reimplemented from genfit::AbsHMatrix.
Definition at line 80 of file HMatrixV.cc.
View newest version in sPHENIX GitHub at line 80 of file HMatrixV.cc
References M.
|
overridevirtual |
H*v.
Reimplemented from genfit::AbsHMatrix.
Definition at line 41 of file HMatrixV.cc.
View newest version in sPHENIX GitHub at line 41 of file HMatrixV.cc
References v.
|
inlineoverridevirtual |
Implements genfit::AbsHMatrix.
Definition at line 54 of file HMatrixV.h.
View newest version in sPHENIX GitHub at line 54 of file HMatrixV.h
|
overridevirtual |
M*H^t.
Reimplemented from genfit::AbsHMatrix.
Definition at line 52 of file HMatrixV.cc.
View newest version in sPHENIX GitHub at line 52 of file HMatrixV.cc
|
overridevirtual |
Reimplemented from genfit::AbsHMatrix.
Definition at line 66 of file HMatrixV.cc.
View newest version in sPHENIX GitHub at line 66 of file HMatrixV.cc
|
overridevirtual |
Reimplemented from genfit::AbsHMatrix.
Definition at line 89 of file HMatrixV.cc.
View newest version in sPHENIX GitHub at line 89 of file HMatrixV.cc
References genfit::printOut.