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

Constructor & Destructor Documentation

◆ Key()

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

Definition at line 478 of file TrackAnalyzer.h.

Member Function Documentation

◆ operator==()

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

Definition at line 479 of file TrackAnalyzer.h.

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

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

Member Data Documentation

◆ det

int tadqm::TrackAnalyzer::Key::det

Definition at line 475 of file TrackAnalyzer.h.

Referenced by operator==().

◆ monitoring

int tadqm::TrackAnalyzer::Key::monitoring

Definition at line 477 of file TrackAnalyzer.h.

Referenced by operator==().

◆ subdet

int tadqm::TrackAnalyzer::Key::subdet

Definition at line 476 of file TrackAnalyzer.h.

Referenced by operator==().

tadqm::TrackAnalyzer::Key::subdet
int subdet
Definition: TrackAnalyzer.h:476
trackingPlots.other
other
Definition: trackingPlots.py:1460
tadqm::TrackAnalyzer::Key::monitoring
int monitoring
Definition: TrackAnalyzer.h:477
tadqm::TrackAnalyzer::Key::det
int det
Definition: TrackAnalyzer.h:475