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

Public Member Functions

 Counters ()
 

Public Attributes

std::atomic< unsigned int > nAll_
 
std::atomic< unsigned int > nSelect_
 

Detailed Description

Definition at line 37 of file AlCaDiJetsProducer.cc.

Constructor & Destructor Documentation

alcaHcalDiJet::Counters::Counters ( )
inline

Definition at line 38 of file AlCaDiJetsProducer.cc.

38 : nAll_(0), nSelect_(0) {}
std::atomic< unsigned int > nAll_
std::atomic< unsigned int > nSelect_

Member Data Documentation

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

Definition at line 39 of file AlCaDiJetsProducer.cc.

std::atomic<unsigned int> alcaHcalDiJet::Counters::nSelect_
mutable

Definition at line 39 of file AlCaDiJetsProducer.cc.