![]() |
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/HMatrixPhi.h>
Inheritance diagram for genfit::HMatrixPhi:
Collaboration diagram for genfit::HMatrixPhi:Public Member Functions | |
| HMatrixPhi (double phi=0) | |
| 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 &M) const |
| similarity: H*M*H^t | |
| virtual HMatrixPhi * | 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 |
Public Attributes | |
| ClassDef(HMatrixPhi, 1) private double | cosPhi_ |
| double | sinPhi_ |
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.
For one dimensional measurements which are rotated by phi against U of the DetPlane H = (0, 0, 0, cos(phi), sin(phi))
Definition at line 37 of file HMatrixPhi.h.
View newest version in sPHENIX GitHub at line 37 of file HMatrixPhi.h
| genfit::HMatrixPhi::HMatrixPhi | ( | double | phi = 0 | ) |
Definition at line 37 of file HMatrixPhi.cc.
View newest version in sPHENIX GitHub at line 37 of file HMatrixPhi.cc
Referenced by clone().
Here is the caller graph for this function:
|
inlinevirtual |
Implements genfit::AbsHMatrix.
Definition at line 52 of file HMatrixPhi.h.
View newest version in sPHENIX GitHub at line 52 of file HMatrixPhi.h
References HMatrixPhi().
Here is the call graph for this function:
|
virtual |
Get the actual matrix representation.
Implements genfit::AbsHMatrix.
Definition at line 45 of file HMatrixPhi.cc.
View newest version in sPHENIX GitHub at line 45 of file HMatrixPhi.cc
|
virtual |
similarity: H*M*H^t
Reimplemented from genfit::AbsHMatrix.
Definition at line 93 of file HMatrixPhi.cc.
View newest version in sPHENIX GitHub at line 93 of file HMatrixPhi.cc
|
virtual |
H*v.
Reimplemented from genfit::AbsHMatrix.
Definition at line 54 of file HMatrixPhi.cc.
View newest version in sPHENIX GitHub at line 54 of file HMatrixPhi.cc
|
virtual |
Implements genfit::AbsHMatrix.
Definition at line 103 of file HMatrixPhi.cc.
View newest version in sPHENIX GitHub at line 103 of file HMatrixPhi.cc
|
virtual |
M*H^t.
Reimplemented from genfit::AbsHMatrix.
Definition at line 65 of file HMatrixPhi.cc.
View newest version in sPHENIX GitHub at line 65 of file HMatrixPhi.cc
|
virtual |
Reimplemented from genfit::AbsHMatrix.
Definition at line 79 of file HMatrixPhi.cc.
View newest version in sPHENIX GitHub at line 79 of file HMatrixPhi.cc
|
virtual |
Reimplemented from genfit::AbsHMatrix.
Definition at line 110 of file HMatrixPhi.cc.
View newest version in sPHENIX GitHub at line 110 of file HMatrixPhi.cc
References genfit::printOut.
| ClassDef (HMatrixPhi,1) private double genfit::HMatrixPhi::cosPhi_ |
Definition at line 58 of file HMatrixPhi.h.
View newest version in sPHENIX GitHub at line 58 of file HMatrixPhi.h
Referenced by getMatrix(), HMHt(), Hv(), and MHt().
| double genfit::HMatrixPhi::sinPhi_ |
Definition at line 64 of file HMatrixPhi.h.
View newest version in sPHENIX GitHub at line 64 of file HMatrixPhi.h
Referenced by getMatrix(), HMHt(), Hv(), and MHt().