CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
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 374 of file TrackAnalyzer.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 379 of file TrackAnalyzer.h.

References det, monitoring, and subdet.

379  {
380  return (det == other.det && subdet == other.subdet && monitoring == other.monitoring);
381  }

Member Data Documentation

int TrackAnalyzer::Key::det

Definition at line 375 of file TrackAnalyzer.h.

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

int TrackAnalyzer::Key::monitoring

Definition at line 377 of file TrackAnalyzer.h.

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

int TrackAnalyzer::Key::subdet

Definition at line 376 of file TrackAnalyzer.h.

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