10#include <tracking/ckf/cdc/filters/states/BaseCDCStateFilter.h>
12#include <tracking/ckf/general/utilities/Advancer.h>
13#include <tracking/ckf/general/utilities/KalmanStepper.h>
14#include <tracking/trackFindingCDC/numerics/Weight.h>
23 class ModuleParamList;
Helper findlet for performing an extrapolation of a mSoP of one plane to another plane using the repr...
An extrapolateAndUpdate filter for all CDC states.
TrackFindingCDC::Weight operator()(const BaseCDCStateFilter::Object &pair) final
Extrapolate along the path (pair.first) to the CDC wireHit-state (pair.second). Return 1/chi2 if Ok,...
KalmanStepper< 1 > m_updater
Kalman filter updater.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
Advancer m_extrapolator
Kalman filter extrapolator.
Class to bundle all algorithms needed for the kalman update procedure.
The Module parameter list class.
Base class for filters on a generic object type.
AObject Object
Type of the object to be analysed.
Abstract base class for different kinds of events.