10#include <tracking/ckf/cdc/filters/states/BaseCDCStateFilter.h>
12#include <tracking/trackFindingCDC/numerics/Weight.h>
Give a weight based on the mc truth information (1 or NAN)
TrackFindingCDC::Weight operator()(const BaseCDCStateFilter::Object &pair) final
return 1 if matched truth hit belongs to matched truth track, NAN otherwise
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.