Belle II Software development
|
this observer does simply print the name of the SelectionVariable and the result of its value-function as a Warning More...
Static Public Member Functions | |
template<class Var , class RangeType > | |
static void | notify (const Var &filterType, typename Var::variableType fResult, const RangeType &range, const typename Var::argumentType &outerHit, const typename Var::argumentType &innerHit) |
notifier producing a info message if SelectionVariable was accepted and a Warning if otherwise | |
template<typename ... types> | |
static void | notify (const types &...) |
static method used by the observed object to notify the observer. | |
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. | |
this observer does simply print the name of the SelectionVariable and the result of its value-function as a Warning
Definition at line 454 of file observers.cc.
|
inlinestaticinherited |
static method used by the observed object to prepare the observer it is called by the boolean filter operator.
Definition at line 55 of file VoidObserver.h.
|
inlinestaticinherited |
static method used by the observed object to initialize the observer it is called once usually from the user.
Definition at line 43 of file VoidObserver.h.
|
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.
|
inlinestatic |
notifier producing a info message if SelectionVariable was accepted and a Warning if otherwise
Definition at line 458 of file observers.cc.
|
inlinestaticinherited |
static method used by the observed object to prepare the observer it is called by the boolean filter operator.
Definition at line 49 of file VoidObserver.h.
|
inlinestaticinherited |
static method used by the observed object to terminate the observer.
Definition at line 67 of file VoidObserver.h.