10#include <tracking/trackFindingCDC/numerics/Weight.h>
17 namespace TrackFindingCDC {
20 template<
class AFilter>
29 using AFilter::AFilter;
32 using Object =
typename AFilter::Object;
Observer listening to the number of yes and no answers from the filter.
Weight operator()(const Object &object) override
Function to evaluate the object.
void terminate() override
Terminate the filter after event processing.
AFilter Super
Type of the filter base class.
unsigned int m_yesAnswers
Number of counted yes answers.
unsigned int m_noAnswers
Number of counted no answers.
typename AFilter::Object Object
Object type to be filtered.
Abstract base class for different kinds of events.