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)
 
bool operator== (const Key &other) const
 

Public Attributes

int det
 
int subdet
 

Detailed Description

Definition at line 367 of file TrackAnalyzer.h.

Constructor & Destructor Documentation

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

Definition at line 370 of file TrackAnalyzer.h.

Member Function Documentation

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

Definition at line 371 of file TrackAnalyzer.h.

References det, and subdet.

371  {
372  return (det == other.det && subdet == other.subdet);
373  }

Member Data Documentation

int TrackAnalyzer::Key::det

Definition at line 368 of file TrackAnalyzer.h.

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

int TrackAnalyzer::Key::subdet

Definition at line 369 of file TrackAnalyzer.h.

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