Belle II Software development
NoneFilter< AFilter > Class Template Reference

Filter adapter type that rejects all items. More...

#include <NoneFilter.dcl.h>

Inheritance diagram for NoneFilter< AFilter >:

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.
 

Detailed Description

template<class AFilter>
class Belle2::TrackFindingCDC::NoneFilter< AFilter >

Filter adapter type that rejects all items.

Definition at line 21 of file NoneFilter.dcl.h.

Member Typedef Documentation

◆ Object

using Object = typename AFilter::Object

Type of the object to be filtered.

Definition at line 24 of file NoneFilter.dcl.h.

Member Function Documentation

◆ operator()()

Weight operator() ( const Object obj)
final

Rejects all items.

Definition at line 22 of file NoneFilter.icc.h.

23 {
24 return NAN;
25 }

The documentation for this class was generated from the following files: