Belle II Software development
|
Filter adapter type that negates the acceptance criterion for cross checks. More...
#include <NegativeFilter.dcl.h>
Public Types | |
using | Object = typename AFilter::Object |
Type of the object to be filtered. | |
Public Member Functions | |
Weight | operator() (const typename AFilter::Object &obj) final |
Invert the result. | |
Private Types | |
using | Super = AFilter |
Type of the base class. | |
Filter adapter type that negates the acceptance criterion for cross checks.
Definition at line 21 of file NegativeFilter.dcl.h.
using Object = typename AFilter::Object |
Type of the object to be filtered.
Definition at line 29 of file NegativeFilter.dcl.h.
|
private |
Type of the base class.
Definition at line 25 of file NegativeFilter.dcl.h.
|
final |
Invert the result.
Definition at line 20 of file NegativeFilter.icc.h.