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/HMatrixU.h>
Public Member Functions | |
HMatrixU () | |
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 HMatrixU * | 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 u. H = (0, 0, 0, 1, 0)
Definition at line 37 of file HMatrixU.h.
View newest version in sPHENIX GitHub at line 37 of file HMatrixU.h
|
inline |
Definition at line 41 of file HMatrixU.h.
View newest version in sPHENIX GitHub at line 41 of file HMatrixU.h
Referenced by clone().
|
inlineoverridevirtual |
Implements genfit::AbsHMatrix.
Definition at line 52 of file HMatrixU.h.
View newest version in sPHENIX GitHub at line 52 of file HMatrixU.h
References HMatrixU().
|
overridevirtual |
Get the actual matrix representation.
Implements genfit::AbsHMatrix.
Definition at line 33 of file HMatrixU.cc.
View newest version in sPHENIX GitHub at line 33 of file HMatrixU.cc
Referenced by genfit::GblFitterInfo::constructGblPoint().
|
overridevirtual |
similarity: H*M*H^t
Reimplemented from genfit::AbsHMatrix.
Definition at line 81 of file HMatrixU.cc.
View newest version in sPHENIX GitHub at line 81 of file HMatrixU.cc
References M.
|
overridevirtual |
H*v.
Reimplemented from genfit::AbsHMatrix.
Definition at line 42 of file HMatrixU.cc.
View newest version in sPHENIX GitHub at line 42 of file HMatrixU.cc
References v.
|
inlineoverridevirtual |
Implements genfit::AbsHMatrix.
Definition at line 54 of file HMatrixU.h.
View newest version in sPHENIX GitHub at line 54 of file HMatrixU.h
|
overridevirtual |
M*H^t.
Reimplemented from genfit::AbsHMatrix.
Definition at line 53 of file HMatrixU.cc.
View newest version in sPHENIX GitHub at line 53 of file HMatrixU.cc
|
overridevirtual |
Reimplemented from genfit::AbsHMatrix.
Definition at line 67 of file HMatrixU.cc.
View newest version in sPHENIX GitHub at line 67 of file HMatrixU.cc
|
overridevirtual |
Reimplemented from genfit::AbsHMatrix.
Definition at line 90 of file HMatrixU.cc.
View newest version in sPHENIX GitHub at line 90 of file HMatrixU.cc
References genfit::printOut.