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