Belle II Software development
|
Filter adapter type that rejects all items. More...
#include <NoneFilter.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 |
Rejects all items. | |
Filter adapter type that rejects all items.
Definition at line 21 of file NoneFilter.dcl.h.
using Object = typename AFilter::Object |
Type of the object to be filtered.
Definition at line 24 of file NoneFilter.dcl.h.
|
final |