Interface for track update algorithm.
More...
#include <CbmLitTrackUpdate.h>
Interface for track update algorithm.
- Author
- Andrey Lebedev andre.nosp@m.y.le.nosp@m.bedev.nosp@m.@gsi.nosp@m..de
- Date
- 2008
Definition at line 27 of file CbmLitTrackUpdate.h.
◆ CbmLitTrackUpdate()
| CbmLitTrackUpdate::CbmLitTrackUpdate |
( |
| ) |
|
|
inline |
◆ ~CbmLitTrackUpdate()
| virtual CbmLitTrackUpdate::~CbmLitTrackUpdate |
( |
| ) |
|
|
inlinevirtual |
◆ Update() [1/2]
Main function to be implemented for concrete track update algorithm.
- Parameters
-
| [in,out] | pParam | Pointer to input/output track parameter. |
| [in] | pHit | Pointer to hit. |
| [out] | chiSq | Output value of contribution to chi-square. |
- Returns
- Status code.
Implemented in CbmLitKalmanFilter.
◆ Update() [2/2]
Main function to be implemented for concrete track update algorithm.
- Parameters
-
| [in] | pParamIn | Pointer to input track parameter. |
| [out] | pParamOut | Pointer to output track parameter. \parma[in] pHit Pointer to hit. |
| [out] | chiSq | Output value of contribution to chi-square. |
- Returns
- Status code.
Implemented in CbmLitKalmanFilter.
The documentation for this class was generated from the following file: