|
CbmRoot
|
#include "LitPixelHit.h"#include "LitScalPixelHit.h"#include "LitStripHit.h"#include "LitTrackParam.h"Go to the source code of this file.
Namespaces | |
| namespace | lit |
| namespace | lit::parallel |
Functions | |
| template<class T> | |
| void | lit::parallel::LitFiltration (LitTrackParam< T > &par, const LitPixelHit< T > &hit, T &chiSq) |
| Function implements Kalman filter update step for pixel hit. | |
| template<class T> | |
| void | lit::parallel::LitFiltration (LitTrackParam< T > &par, const LitStripHit< T > &hit, T &chiSq) |
| Function implements Kalman filter update step for strip hit. | |
| void | lit::parallel::LitFiltration (LitTrackParamScal &par, const LitScalPixelHit &hit, fscal &chiSq) |