CMS 3D CMS Logo

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

◆ Counters()

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

◆ nAll_

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

Definition at line 29 of file AlCaHcalIsotrkFilter.cc.

◆ nGood_

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

Definition at line 29 of file AlCaHcalIsotrkFilter.cc.

◆ nHigh_

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

Definition at line 29 of file AlCaHcalIsotrkFilter.cc.

◆ nLow_

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

Definition at line 29 of file AlCaHcalIsotrkFilter.cc.