 |
Belle II Software
release-05-02-19
|
12 #include <tracking/ckf/cdc/filters/states/BaseCDCStateFilter.h>
14 #include <tracking/ckf/general/utilities/Advancer.h>
15 #include <tracking/ckf/general/utilities/KalmanStepper.h>
16 #include <tracking/trackFindingCDC/numerics/Weight.h>
25 class ModuleParamList;
30 ExtrapolateAndUpdateCDCStateFilter();
KalmanStepper< 1 > m_updater
Kalman filter updater.
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,...
TrackFindingCDC::Filter< std::pair< const CDCCKFPath *, CDCCKFState * > > BaseCDCStateFilter
Base filter for CKF CDC states.
Abstract base class for different kinds of events.
Advancer m_extrapolator
Kalman filter extrapolator.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
Helper findlet for performing an extrapolation of a mSoP of one plane to another plane using the repr...
The Module parameter list class.
AObject Object
Type of the object to be analysed.