10#include <tracking/trackFindingCDC/numerics/Weight.h>
17 namespace TrackFindingCDC {
23 template<
class AFilter>
27 using Object =
typename AFilter::Object;
Random filter resulting in a random weight between 0 and 1.
Weight operator()(const Object &obj) final
Never reject an item but give back a random value between 0 and 1.
typename AFilter::Object Object
Type of the object to be filtered.
Abstract base class for different kinds of events.