10#include <tracking/trackFindingCDC/numerics/Weight.h>
17 namespace TrackFindingCDC {
20 template<
class AFilter>
24 using Object =
typename AFilter::Object;
Filter adapter type that passes the weight of a weighted relation as a result.
Weight operator()(const Object &obj) final
Returns the weight obtained from getWeight()
typename AFilter::Object Object
Type of the object to be filtered.
Abstract base class for different kinds of events.