Belle II Software  release-08-01-10
ResultsObserver Class Reference

takes result, prints it and stores it to lastResult More...

Inheritance diagram for ResultsObserver:
Collaboration diagram for ResultsObserver:

Static Public Member Functions

template<class Var , typename ... otherTypes>
static void notify (const Var &filterType, typename Var::variableType fResult, otherTypes ...)
 notify function is called by the filter, this one takes result, prints it and stores it to lastResult.
 
template<typename ... types>
static void notify (const types &...)
 static method used by the observed object to notify the observer. More...
 
template<typename ... types>
static bool initialize (const types &...)
 static method used by the observed object to initialize the observer it is called once usually from the user.
 
template<typename ... types>
static void prepare (const types &...)
 static method used by the observed object to prepare the observer it is called by the boolean filter operator.
 
template<typename ... types>
static void collect (const types &...)
 static method used by the observed object to prepare the observer it is called by the boolean filter operator.
 
template<typename ... types>
static void terminate (const types &...)
 static method used by the observed object to terminate the observer.
 

Detailed Description

takes result, prints it and stores it to lastResult

Definition at line 78 of file fourHitFilters.cc.

Member Function Documentation

◆ notify()

static void notify ( const types &  ...)
inlinestaticinherited

static method used by the observed object to notify the observer.

it is called at each accept.

Definition at line 37 of file VoidObserver.h.


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