#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 |
| 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 98 of file KalFit.h. Referenced by KalPlane::getDeltaChiSq(), and KalPlane::getSigma(). |
|
|
Definition at line 99 of file KalFit.h. Referenced by KalTrack::errorSlopeAtVertex(). |
|
|
Definition at line 1134 of file KalFit.cxx. Referenced by KalPlane::filter(), and KalPlane::smoother(). |
|
|
Definition at line 1151 of file KalFit.cxx. Referenced by KalPlane::smoother(). |
|
|
|
|
|
Definition at line 1086 of file KalFit.cxx. |
|
|
Definition at line 1077 of file KalFit.cxx. |
|
|
Definition at line 1103 of file KalFit.cxx. |
|
|
Definition at line 1119 of file KalFit.cxx. |
|
|
|
|
|
Definition at line 1048 of file KalFit.cxx. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000