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>>;
Abstract base class for different kinds of events.
Functor factory from the functional composition of two functors.