CMS 3D CMS Logo

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

Public Member Functions

 Counters ()
 

Public Attributes

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

Detailed Description

Definition at line 42 of file AlCaHBHEMuonProducer.cc.

Constructor & Destructor Documentation

◆ Counters()

alCaHBHEMuonProducer::Counters::Counters ( )
inline

Definition at line 43 of file AlCaHBHEMuonProducer.cc.

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

Member Data Documentation

◆ nAll_

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

Definition at line 44 of file AlCaHBHEMuonProducer.cc.

◆ nGood_

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

Definition at line 44 of file AlCaHBHEMuonProducer.cc.