#include <KalFit.h>
Public Types | |
| enum | TYPE { MEAS, FIT, PRED, SMOOTH, UNKNOWN } |
Public Methods | |
| KalHit () | |
| KalHit (TYPE t) | |
| KalHit (TYPE t, const KalPar& p, const KalMatrix& m) | |
| KalHit (const KalHit& right) | |
| KalHit | changeType (TYPE type) |
| const TYPE& | getType () const |
| const KalPar& | getPar () const |
| const KalMatrix& | getCov () const |
Private Attributes | |
| TYPE | type |
| KalPar | par |
| KalMatrix | cov |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 1033 of file KalFit.cxx. |
|
|
Definition at line 138 of file KalFit.h. Referenced by GFsegment::best(), GFsegment::doit(), KalPlane::filter(), KalPlane::getDeltaChiSq(), KalPlane::getSigma(), KalPlane::predicted(), GFsegment::sigmaFoundHit(), and KalPlane::smoother(). |
|
|
Definition at line 137 of file KalFit.h. Referenced by RecTupleValues::calcSkirtVars(), GFsegment::doit(), KalPlane::filter(), KalTrack::generateFirstFitHit(), KalPlane::getDeltaChiEne(), KalPlane::getDeltaChiSq(), KalPlane::getPoint(), KalPlane::getSigma(), KalTrack::positionAtZ(), KalPlane::predicted(), GFsegment::sigmaFoundHit(), and KalPlane::smoother(). |
|
|
|
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000