Belle II Software development
|
simple struct for counting accepted and rejected cases. More...
Public Member Functions | |
void | Increase (bool accepted) |
Increase respective counter if accepted or not. | |
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 |
Definition at line 222 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.
unsigned accept |
counts nTimes when it was accepted
Definition at line 236 of file observers.cc.
unsigned reject |
counts nTimes when it was rejected
Definition at line 237 of file observers.cc.