![]() |
Belle II Software
release-05-02-19
|
simple struct for counting accepted and rejected cases. More...
Public Member Functions | |
void | Increase (bool accepted) |
Increase respective counter if accepted or not. More... | |
Public Attributes | |
unsigned | accept |
counts nTimes when it was accepted | |
unsigned | reject |
counts nTimes when it was rejected | |
simple struct for counting accepted and rejected cases.
Definition at line 223 of file observers.cc.
|
inline |
Increase respective counter if accepted or not.
accepted | : bool indicating if accepted or not |
Definition at line 229 of file observers.cc.