14 #ifndef _KALMANFILTER_H
15 #define _KALMANFILTER_H
19 #include <phfield/PHField.h>
bool initExtrapolator(const PHField *field, const TGeoManager *geom)
void setCurrTrkpar(TrkPar &_trkpar)
bool smooth(Node &_node, Node &_node_prev)
static KalmanFilter * instance()
singlton instance
void setCurrTrkpar(Node &_node)
set the current track parameter using the current node
bool fit_node(Node &_node)
Fit one node.
void enableDumpCorrection()
Enable the dump mode: stop calc prop matrix, start calc travel length.
bool predict(Node &_node)
Kalman filter steps.
KalmanFilter(bool limitedStep=true)
Real constructor.
transient DST object for field storage and access