12#ifndef CBMLITKALMANSMOOTHER_H_
13#define CBMLITKALMANSMOOTHER_H_
Interface for track fitter algorithm.
Data class for storage of fitted track parameters, transport matrix and chi-square on each detector s...
Implementation of Kalman smoother algorithm.
CbmLitKalmanSmoother()
Constructor.
virtual LitStatus Fit(CbmLitTrack *track, bool downstream=false)
Inherited from CbmLitTrackFitter.
virtual ~CbmLitKalmanSmoother()
Destructor.
void Smooth(CbmLitFitNode *thisNode, const CbmLitFitNode *prevNode)
Smooth one fit node.
Interface for track fitter algorithm.
Base data class for track.