CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
dqm::TrackAnalyzer::Key Struct Reference

Public Member Functions

 Key (int det, int subdet, int monitoring)
 
bool operator== (const Key &other) const
 

Public Attributes

int det
 
int monitoring
 
int subdet
 

Detailed Description

Definition at line 430 of file TrackAnalyzer.h.

Constructor & Destructor Documentation

dqm::TrackAnalyzer::Key::Key ( int  det,
int  subdet,
int  monitoring 
)
inlineexplicit

Member Function Documentation

bool dqm::TrackAnalyzer::Key::operator== ( const Key other) const
inline

Definition at line 435 of file TrackAnalyzer.h.

References det, monitoring, and subdet.

435  {
436  return (det == other.det && subdet == other.subdet && monitoring == other.monitoring);
437  }

Member Data Documentation

int dqm::TrackAnalyzer::Key::det

Definition at line 431 of file TrackAnalyzer.h.

Referenced by dqm::TrackAnalyzer::KeyHasher::operator()(), and operator==().

int dqm::TrackAnalyzer::Key::monitoring

Definition at line 433 of file TrackAnalyzer.h.

Referenced by dqm::TrackAnalyzer::KeyHasher::operator()(), and operator==().

int dqm::TrackAnalyzer::Key::subdet

Definition at line 432 of file TrackAnalyzer.h.

Referenced by dqm::TrackAnalyzer::KeyHasher::operator()(), and operator==().