![]() |
Belle II Software development
|
a tiny counter class for counting stuff More...
Public Member Functions | |
~counter () | |
constructor. | |
Static Public Member Functions | |
static void | resetCounter () |
destructor. | |
Static Public Attributes | |
static unsigned int | used |
count number of times used | |
static unsigned int | accepted |
count number of times result was accepted | |
static unsigned int | rejected |
count number of times result was rejected | |
static unsigned int | wasInf |
count number of times result was inf | |
static unsigned int | wasNan |
count number of times result was nan | |
a tiny counter class for counting stuff
Definition at line 182 of file observers.cc.
|
inline |
Definition at line 189 of file observers.cc.
|
inline |
|
inlinestatic |
|
static |
count number of times result was accepted
Definition at line 185 of file observers.cc.
|
static |
count number of times result was rejected
Definition at line 186 of file observers.cc.
|
static |
count number of times used
Initialise all static variables.
Definition at line 184 of file observers.cc.
|
static |
count number of times result was inf
Definition at line 187 of file observers.cc.
|
static |
count number of times result was nan
Definition at line 188 of file observers.cc.