 |
Belle II Software
release-05-01-25
|
12 #include <tracking/ckf/svd/filters/states/BaseSVDStateFilter.h>
13 #include <tracking/ckf/svd/utilities/SVDKalmanStepper.h>
14 #include <framework/gearbox/Unit.h>
28 void exposeParameters(ModuleParamList* moduleParamList,
const std::string& prefix)
override;
static const double cm
Standard units with the value = 1.
double m_param_maximalResidual
Parameter: maximal residual.
SVDKalmanStepper m_kalmanStepper
Kalman Stepper to calculate the residual.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the maximal residual.
Kalman stepper implementation for the SVD CKF.
TrackFindingCDC::Filter< std::pair< const std::vector< TrackFindingCDC::WithWeight< const CKFToSVDState * > >, CKFToSVDState * > > BaseSVDStateFilter
Base filter for CKF SVD states.
Abstract base class for different kinds of events.
TrackFindingCDC::Weight operator()(const BaseSVDStateFilter::Object &pair) final
Return 1/residual and cut at the maximum residual.
AObject Object
Type of the object to be analysed.