|
FairRoot/PandaRoot
|
AbsHMatrix implementation for one-dimensional MeasurementOnPlane and RKTrackRep parameterization. More...
#include <HMatrixPhi.h>
Public Member Functions | |
| HMatrixPhi (double phi=0) | |
| const TMatrixD & | getMatrix () const |
| Get the actual matrix representation. More... | |
| TVectorD | Hv (const TVectorD &v) const |
| H*v. More... | |
| TMatrixD | MHt (const TMatrixDSym &M) const |
| M*H^t. More... | |
| TMatrixD | MHt (const TMatrixD &M) const |
| void | HMHt (TMatrixDSym &M) const |
| similarity: H*M*H^t More... | |
| virtual HMatrixPhi * | clone () const |
| virtual bool | isEqual (const AbsHMatrix &other) const |
| virtual void | Print (const Option_t *="") const |
| bool | operator== (const AbsHMatrix &other) const |
| bool | operator!= (const AbsHMatrix &other) const |
Public Attributes | |
| ClassDef(HMatrixPhi, 1) private double | cosPhi_ |
| double | sinPhi_ |
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.
| genfit::HMatrixPhi::HMatrixPhi | ( | double | phi = 0 | ) |
Referenced by clone().
|
inlinevirtual |
Implements genfit::AbsHMatrix.
Definition at line 52 of file HMatrixPhi.h.
References HMatrixPhi().
|
virtual |
Get the actual matrix representation.
Implements genfit::AbsHMatrix.
|
virtual |
similarity: H*M*H^t
Reimplemented from genfit::AbsHMatrix.
|
virtual |
H*v.
Reimplemented from genfit::AbsHMatrix.
|
virtual |
Implements genfit::AbsHMatrix.
|
virtual |
M*H^t.
Reimplemented from genfit::AbsHMatrix.
Reimplemented from genfit::AbsHMatrix.
|
inlineinherited |
Definition at line 61 of file AbsHMatrix.h.
References genfit::AbsHMatrix::isEqual().
|
inlineinherited |
Definition at line 60 of file AbsHMatrix.h.
References genfit::AbsHMatrix::isEqual().
|
virtual |
Reimplemented from genfit::AbsHMatrix.
| ClassDef (HMatrixPhi,1) private double genfit::HMatrixPhi::cosPhi_ |
Definition at line 58 of file HMatrixPhi.h.
| double genfit::HMatrixPhi::sinPhi_ |
Definition at line 64 of file HMatrixPhi.h.
1.8.8