Belle II Software
release-08-01-10
|
A filter that accepts every <sloppinessFactor>th candidate on average (random selection) More...
#include <SloppyFilter.dcl.h>
Public Member Functions | |
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. | |
Private Types | |
using | Super = AFilter |
The parent class. | |
Private Attributes | |
unsigned int | m_param_sloppinessFactor = 10 |
Parameter : The prescaling of the false items returning true. | |
A filter that accepts every <sloppinessFactor>th candidate on average (random selection)
Definition at line 24 of file SloppyFilter.dcl.h.