Belle II Software development
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.

Constructor & Destructor Documentation

◆ Observer()

Observer ( )
inlineexplicit

An empty constructor for an empty class.

Definition at line 26 of file Observer.h.

26{};

Member Function Documentation

◆ initialize()

static void initialize ( const types &  ...)
inlinestatic

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

Definition at line 30 of file Observer.h.

30{};

◆ notify()

static void notify ( ,
double  ,
someRangeType  ,
const someHitType &  ,
const someHitType &   
)
inlinestatic

exemplary draft for a notify-function of an observer

Definition at line 23 of file Observer.h.

23{};

◆ terminate()

static void terminate ( const types &  ...)
inlinestatic

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

Definition at line 34 of file Observer.h.

34{};

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