Belle II Software  release-08-01-10
CountContainer::AcceptRejectPair Struct Reference

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
 

Detailed Description

simple struct for counting accepted and rejected cases.

Definition at line 221 of file observers.cc.

Member Function Documentation

◆ Increase()

void Increase ( bool  accepted)
inline

Increase respective counter if accepted or not.

Parameters
accepted: bool indicating if accepted or not

Definition at line 227 of file observers.cc.


The documentation for this struct was generated from the following file: