CMS 3D CMS Logo

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

Constructor & Destructor Documentation

◆ Key()

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

Member Function Documentation

◆ operator==()

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

Definition at line 478 of file TrackAnalyzer.h.

References det, monitoring, trackingPlots::other, and subdet.

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

Member Data Documentation

◆ det

int tadqm::TrackAnalyzer::Key::det

Definition at line 474 of file TrackAnalyzer.h.

Referenced by operator==().

◆ monitoring

int tadqm::TrackAnalyzer::Key::monitoring

Definition at line 476 of file TrackAnalyzer.h.

Referenced by operator==().

◆ subdet

int tadqm::TrackAnalyzer::Key::subdet

Definition at line 475 of file TrackAnalyzer.h.

Referenced by operator==().