10#include <tracking/trackFindingCDC/numerics/Weight.h>
20 namespace TrackFindingCDC {
23 template<
class AFilter>
The Module parameter list class.
A filter that accepts every "sloppinessFactor"th candidate on average (random selection)
unsigned int m_param_sloppinessFactor
AFilter Super
The parent class.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the set of parameters of the filter to the module parameter list.
Weight operator()(const typename Super::Object &object) override
Reject an item if the truth variable is 0 or in some fractions of the events, else accept it.
typename Super::Object Object
Type of the handled object.
Abstract base class for different kinds of events.