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
alcaHcalIsoTrk::Counters Struct Reference

Public Member Functions

 Counters ()
 

Public Attributes

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

Detailed Description

Definition at line 27 of file AlCaHcalIsotrkFilter.cc.

Constructor & Destructor Documentation

alcaHcalIsoTrk::Counters::Counters ( )
inline

Definition at line 28 of file AlCaHcalIsotrkFilter.cc.

28 : nAll_(0), nGood_(0), nLow_(0), nHigh_(0) {}
std::atomic< unsigned int > nHigh_
std::atomic< unsigned int > nGood_
std::atomic< unsigned int > nAll_
std::atomic< unsigned int > nLow_

Member Data Documentation

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

Definition at line 29 of file AlCaHcalIsotrkFilter.cc.

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

Definition at line 29 of file AlCaHcalIsotrkFilter.cc.

std::atomic<unsigned int> alcaHcalIsoTrk::Counters::nHigh_
mutable

Definition at line 29 of file AlCaHcalIsotrkFilter.cc.

std::atomic<unsigned int> alcaHcalIsoTrk::Counters::nLow_
mutable

Definition at line 29 of file AlCaHcalIsotrkFilter.cc.