| SND@LHC Software
    | 
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. | |
| 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 AbsHMatrix * | clone () const | 
| virtual bool | isEqual (const AbsHMatrix &other) const | 
|  Public Member Functions inherited from genfit::AbsHMatrix | |
| AbsHMatrix () | |
| virtual | ~AbsHMatrix () | 
| bool | operator== (const AbsHMatrix &other) const | 
| bool | operator!= (const AbsHMatrix &other) const | 
| virtual void | Print (const Option_t *="") 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.
| genfit::HMatrixPhi::HMatrixPhi | ( | double | phi = 0 | ) | 
Definition at line 33 of file HMatrixPhi.cc.
| 
 | inlinevirtual | 
| 
 | virtual | 
Get the actual matrix representation.
Implements genfit::AbsHMatrix.
Definition at line 41 of file HMatrixPhi.cc.
| 
 | virtual | 
similarity: H*M*H^t
Reimplemented from genfit::AbsHMatrix.
Definition at line 89 of file HMatrixPhi.cc.
| 
 | virtual | 
H*v.
Reimplemented from genfit::AbsHMatrix.
Definition at line 50 of file HMatrixPhi.cc.
| 
 | virtual | 
Implements genfit::AbsHMatrix.
Definition at line 99 of file HMatrixPhi.cc.
| 
 | virtual | 
Reimplemented from genfit::AbsHMatrix.
Definition at line 75 of file HMatrixPhi.cc.
| 
 | virtual | 
M*H^t.
Reimplemented from genfit::AbsHMatrix.
Definition at line 61 of file HMatrixPhi.cc.
| ClassDef (HMatrixPhi,1) private double genfit::HMatrixPhi::cosPhi_ | 
Definition at line 61 of file HMatrixPhi.h.
| double genfit::HMatrixPhi::sinPhi_ | 
Definition at line 62 of file HMatrixPhi.h.