Belle II Software development
|
this observer does simply print the name of the SelectionVariable and the result of its value-function as a Warning(if failed) or as an Info (if succeeded) More...
#include <Observer3HitPrintResults.h>
Public Member Functions | |
Observer3HitPrintResults () | |
empty constructor: | |
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 ¢erHit, const typename Var::argumentType &innerHit) |
notifier producing a info message if SelectionVariable was accepted and a Warning if otherwise | |
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. | |
this observer does simply print the name of the SelectionVariable and the result of its value-function as a Warning(if failed) or as an Info (if succeeded)
Definition at line 25 of file Observer3HitPrintResults.h.
|
inline |
|
inlinestatic |
static method used by the observed object to initialize the observer.
Definition at line 84 of file Observer3HitPrintResults.h.
|
inlinestatic |
notifier producing a info message if SelectionVariable was accepted and a Warning if otherwise
for debugging:
Definition at line 29 of file Observer3HitPrintResults.h.
|
inlinestatic |
static method used by the observed object to terminate the observer.
Definition at line 90 of file Observer3HitPrintResults.h.