![]() |
Belle II Software release-09-00-03
|
Random filter resulting in a random weight between 0 and 1. More...
#include <RandomFilter.dcl.h>


Public Types | |
| using | Object = typename AFilter::Object |
| Type of the object to be filtered. | |
Public Member Functions | |
| Weight | operator() (const Object &obj) final |
| Never reject an item but give back a random value between 0 and 1. | |
Random filter resulting in a random weight between 0 and 1.
Only to be used for testing purposes.
Definition at line 24 of file RandomFilter.dcl.h.
| using Object = typename AFilter::Object |
Type of the object to be filtered.
Definition at line 27 of file RandomFilter.dcl.h.
|
final |
Never reject an item but give back a random value between 0 and 1.
Definition at line 22 of file RandomFilter.icc.h.