CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
AlCaIsolatedBunch::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 AlCaIsolatedBunchFilter.cc.

Constructor & Destructor Documentation

◆ Counters()

AlCaIsolatedBunch::Counters::Counters ( )
inline

Definition at line 32 of file AlCaIsolatedBunchFilter.cc.

32 : nAll_(0), nGood_(0) {}
std::atomic< unsigned int > nGood_
std::atomic< unsigned int > nAll_

Member Data Documentation

◆ nAll_

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

Definition at line 33 of file AlCaIsolatedBunchFilter.cc.

◆ nGood_

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

Definition at line 33 of file AlCaIsolatedBunchFilter.cc.