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 425 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 430 of file TrackAnalyzer.h.

References det, monitoring, and subdet.

430  {
431  return (det == other.det && subdet == other.subdet && monitoring == other.monitoring);
432  }

Member Data Documentation

int dqm::TrackAnalyzer::Key::det

Definition at line 426 of file TrackAnalyzer.h.

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

int dqm::TrackAnalyzer::Key::monitoring

Definition at line 428 of file TrackAnalyzer.h.

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

int dqm::TrackAnalyzer::Key::subdet

Definition at line 427 of file TrackAnalyzer.h.

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