10#include <tracking/ckf/cdc/filters/states/BaseCDCStateFilter.h>
12#include <tracking/trackFindingCDC/numerics/Weight.h>
The Module parameter list class.
A very rough filter for all CDC states.
double m_maximalHitDistance
maximal distance from track to trajectory (in XY)
TrackFindingCDC::Weight operator()(const BaseCDCStateFilter::Object &pair) final
return 1 if distance < m_maximalHitDistance, NAN otherwise
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters of the sub findlets.
std::pair< const CDCCKFPath *, CDCCKFState * > Object
TrackFindingCDC::Filter< std::pair< const CDCCKFPath *, CDCCKFState * > > BaseCDCStateFilter
Base filter for CKF CDC states.
Abstract base class for different kinds of events.