10#include <tracking/ckf/svd/filters/relations/BaseSVDPairFilter.h>
11#include <tracking/ckf/svd/entities/CKFToSVDState.h>
22 TrackFindingCDC::Weight
operator()(
const std::pair<const CKFToSVDState*, const CKFToSVDState*>& relation)
override;
The Module parameter list class.
Base filter for CKF SVD states.
double m_param_PhiHitHitCut
Pre-filter relations in theta between hit states.
TrackFindingCDC::Weight operator()(const std::pair< const CKFToSVDState *, const CKFToSVDState * > &relation) override
Return the weight based on layer.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters.
double m_param_PhiRecoTrackToHitCut
Pre-filter relations in phi between seed states and hit states.
Base class for filters on a generic object type.
Abstract base class for different kinds of events.