Belle II Software development
AllFilter< AFilter > Class Template Reference

Filter adapter type that accepts all items (just for reference). More...

#include <AllFilter.dcl.h>

Inheritance diagram for AllFilter< AFilter >:

Public Types

using Object = typename AFilter::Object
 Type of the object to be filtered.
 

Public Member Functions

Weight operator() (const Object &obj) final
 Accept all items.
 

Detailed Description

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

Filter adapter type that accepts all items (just for reference).

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

Member Typedef Documentation

◆ Object

using Object = typename AFilter::Object

Type of the object to be filtered.

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

Member Function Documentation

◆ operator()()

Weight operator() ( const Object obj)
final

Accept all items.

Definition at line 20 of file AllFilter.icc.h.

21 {
22 return 1;
23 }

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