![]() |
Belle II Software
release-05-02-19
|
a tiny counter class for counting stuff More...
Public Member Functions | |
~counter () | |
constructor. | |
Static Public Attributes | |
static unsigned int | used |
count number of times used More... | |
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 184 of file observers.cc.
|
static |
count number of times used
Initialise all static variables.
Definition at line 186 of file observers.cc.