10#include <tracking/trackFindingCDC/numerics/Weight.h>
17 namespace TrackFindingCDC {
20 template<
class AFilter>
24 using Object =
typename AFilter::Object;
Filter adapter type that rejects all items.
Weight operator()(const Object &obj) final
Rejects all items.
typename AFilter::Object Object
Type of the object to be filtered.
Abstract base class for different kinds of events.