CMS 3D CMS Logo

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

Public Member Functions

 Counters ()
 

Public Attributes

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

Detailed Description

Definition at line 87 of file AlCaHcalIsotrkProducer.cc.

Constructor & Destructor Documentation

◆ Counters()

alCaHcalIsotrkProducer::Counters::Counters ( )
inline

Definition at line 88 of file AlCaHcalIsotrkProducer.cc.

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

Member Data Documentation

◆ nAll_

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

Definition at line 89 of file AlCaHcalIsotrkProducer.cc.

◆ nGood_

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

Definition at line 89 of file AlCaHcalIsotrkProducer.cc.

◆ nRange_

std::atomic<unsigned int> alCaHcalIsotrkProducer::Counters::nRange_
mutable

Definition at line 89 of file AlCaHcalIsotrkProducer.cc.