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
tadqm::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 474 of file TrackAnalyzer.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 479 of file TrackAnalyzer.h.

References det, monitoring, and subdet.

479  {
480  return (det == other.det && subdet == other.subdet && monitoring == other.monitoring);
481  }

Member Data Documentation

int tadqm::TrackAnalyzer::Key::det

Definition at line 475 of file TrackAnalyzer.h.

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

int tadqm::TrackAnalyzer::Key::monitoring

Definition at line 477 of file TrackAnalyzer.h.

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

int tadqm::TrackAnalyzer::Key::subdet

Definition at line 476 of file TrackAnalyzer.h.

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