10#include <tracking/trackFindingCDC/numerics/Weight.h>
12#include <tracking/trackFindingCDC/utilities/Functional.h>
19 namespace TrackFindingCDC {
22 using LessWeight = LessOf<MayIndirectTo<GetWeight>>;
25 using GreaterWeight = GreaterOf<MayIndirectTo<GetWeight>>;
28 using HasNaNWeight = Composition<IsNaN, GetWeight>;
Abstract base class for different kinds of events.