Belle II Software
release-08-01-10
|
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 221 of file observers.cc.
|
inline |
Increase respective counter if accepted or not.
accepted | : bool indicating if accepted or not |
Definition at line 227 of file observers.cc.