CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
alCaIsolatedBunchSelector::Counters Struct Reference

Public Member Functions

 Counters ()
 

Public Attributes

std::atomic< unsigned int > nAll_
 
std::atomic< unsigned int > nGood_
 

Detailed Description

Definition at line 31 of file AlCaIsolatedBunchSelector.cc.

Constructor & Destructor Documentation

◆ Counters()

alCaIsolatedBunchSelector::Counters::Counters ( )
inline

Definition at line 32 of file AlCaIsolatedBunchSelector.cc.

32 : nAll_(0), nGood_(0) {}

Member Data Documentation

◆ nAll_

std::atomic<unsigned int> alCaIsolatedBunchSelector::Counters::nAll_
mutable

Definition at line 33 of file AlCaIsolatedBunchSelector.cc.

◆ nGood_

std::atomic<unsigned int> alCaIsolatedBunchSelector::Counters::nGood_
mutable

Definition at line 33 of file AlCaIsolatedBunchSelector.cc.