10#include <tracking/trackFindingCDC/numerics/Weight.h>
18 namespace TrackFindingCDC {
20 template<
class AFilter>
29 using Object =
typename AFilter::Object;
34 Weight
operator()(
const typename AFilter::Object& obj)
final;
Filter adapter type that negates the acceptance criterion for cross checks.
AFilter Super
Type of the base class.
Weight operator()(const typename AFilter::Object &obj) final
Invert the result.
typename AFilter::Object Object
Type of the object to be filtered.
Abstract base class for different kinds of events.