CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
alCaIsoTracksProducer::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 80 of file AlCaIsoTracksProducer.cc.

Constructor & Destructor Documentation

◆ Counters()

alCaIsoTracksProducer::Counters::Counters ( )
inline

Definition at line 81 of file AlCaIsoTracksProducer.cc.

81 : 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> alCaIsoTracksProducer::Counters::nAll_
mutable

Definition at line 82 of file AlCaIsoTracksProducer.cc.

◆ nGood_

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

Definition at line 82 of file AlCaIsoTracksProducer.cc.

◆ nRange_

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

Definition at line 82 of file AlCaIsoTracksProducer.cc.