#include <KalFit.h>
Public Methods | |
| KalMatrix () | |
| KalMatrix (const KalMatrix& right) | |
| KalMatrix (double sig2a, double sig2b, double covab) | |
| KalMatrix (double a00,double a01,double a10, double a11) | |
| double | getsiga () const |
| double | getsigb () const |
| double | getcovab () const |
| KalMatrix | invert () |
| KalMatrix | transpose () |
Static Public Attributes | |
| int | kfdim = 2 |
Private Attributes | |
| double | a [2][2] |
Friends | |
| class | KalFit |
| KalPar | operator * (const KalMatrix&, const KalPar&) |
| KalMatrix | operator * (const KalMatrix&, const KalMatrix&) |
| KalMatrix | operator+ (const KalMatrix&, const KalMatrix&) |
| KalMatrix | operator- (const KalMatrix&, const KalMatrix&) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 87 of file KalFit.h. Referenced by KalPlane::getDeltaChiSq(), and KalPlane::getSigma(). |
|
|
Definition at line 88 of file KalFit.h. Referenced by KalTrack::errorSlopeAtVertex(). |
|
|
Definition at line 1135 of file KalFit.cxx. Referenced by KalPlane::filter(), and KalPlane::smoother(). |
|
|
Definition at line 1152 of file KalFit.cxx. Referenced by KalPlane::smoother(). |
|
|
|
|
|
Definition at line 1087 of file KalFit.cxx. |
|
|
Definition at line 1078 of file KalFit.cxx. |
|
|
Definition at line 1104 of file KalFit.cxx. |
|
|
Definition at line 1120 of file KalFit.cxx. |
|
|
|
|
|
Definition at line 1049 of file KalFit.cxx. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000