10#include <tracking/ckf/cdc/filters/pathPairs/BaseCDCPathPairFilter.h>
12#include <tracking/trackFindingCDC/numerics/Weight.h>
For the two paths select the one with the most of MC matched hits.
TrackFindingCDC::Weight operator()(const BaseCDCPathPairFilter::Object &pair) final
Input: pair of paths, returns 1 if pair.first to be selected, 0 otherwise.
std::pair< const CDCCKFPath *, const CDCCKFPath * > Object
TrackFindingCDC::Filter< std::pair< const CDCCKFPath *, const CDCCKFPath * > > BaseCDCPathPairFilter
Base filter for CKF CDC paths.
Abstract base class for different kinds of events.