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

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.
 

Detailed Description

Observer base class which can be used to evaluate the VXDTF2's Filters.

Definition at line 19 of file Observer.h.


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