CMS 3D CMS Logo

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

Public Member Functions

 Counters ()
 

Public Attributes

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

Detailed Description

Definition at line 75 of file AlCaHcalHBHEMuonProducer.cc.

Constructor & Destructor Documentation

◆ Counters()

alcaHcalHBHEMuonProducer::Counters::Counters ( )
inline

Definition at line 76 of file AlCaHcalHBHEMuonProducer.cc.

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

Member Data Documentation

◆ nAll_

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

Definition at line 77 of file AlCaHcalHBHEMuonProducer.cc.

◆ nGood_

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

Definition at line 77 of file AlCaHcalHBHEMuonProducer.cc.