Belle II Software development
|
Observer base class which can be used to evaluate the VXDTF2's Filters. More...
#include <Observer.h>
Public Member Functions | |
Observer () | |
An empty constructor for an empty class. | |
Static Public Member Functions | |
template<class T , class someRangeType , class someHitType > | |
static void | notify (T, double, someRangeType, const someHitType &, const someHitType &) |
exemplary draft for a notify-function of an observer | |
template<typename ... types> | |
static void | initialize (const types &...) |
static method used by the observed object to initialize the observer. | |
template<typename ... types> | |
static void | terminate (const types &...) |
static method used by the observed object to terminate the observer. | |
Observer base class which can be used to evaluate the VXDTF2's Filters.
Definition at line 19 of file Observer.h.
|
inlineexplicit |
|
inlinestatic |
static method used by the observed object to initialize the observer.
Definition at line 30 of file Observer.h.
|
inlinestatic |
exemplary draft for a notify-function of an observer
Definition at line 23 of file Observer.h.
|
inlinestatic |
static method used by the observed object to terminate the observer.
Definition at line 34 of file Observer.h.