10#include <tracking/ckf/svd/filters/states/BaseSVDStateFilter.h>
11#include <tracking/ckf/svd/utilities/SVDKalmanStepper.h>
12#include <framework/gearbox/Unit.h>
The Module parameter list class.
A very simple filter for all space points.
TrackFindingCDC::Weight operator()(const BaseSVDStateFilter::Object &pair) final
Return 1/residual and cut at the maximum residual.
SVDKalmanStepper m_kalmanStepper
Kalman Stepper to calculate the residual.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the maximal residual.
double m_param_maximalResidual
Parameter: maximal residual.
Kalman stepper implementation for the SVD CKF.
Base class for filters on a generic object type.
AObject Object
Type of the object to be analysed.
static const double cm
Standard units with the value = 1.
Abstract base class for different kinds of events.