Belle II Software
release-08-01-10
|
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 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.