CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
alcaHcalIsoTracks::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

alcaHcalIsoTracks::Counters::Counters ( )
inline

Definition at line 88 of file AlCaHcalIsotrkProducer.cc.

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

Member Data Documentation

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

Definition at line 89 of file AlCaHcalIsotrkProducer.cc.

Referenced by AlCaHcalIsotrkProducer::globalEndJob().

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

Definition at line 89 of file AlCaHcalIsotrkProducer.cc.

Referenced by AlCaHcalIsotrkProducer::globalEndJob().

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

Definition at line 89 of file AlCaHcalIsotrkProducer.cc.

Referenced by AlCaHcalIsotrkProducer::globalEndJob().