CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
GEMROMapping::vfatEC Struct Reference

#include <GEMROMapping.h>

Public Member Functions

bool operator< (const vfatEC &r) const
 

Public Attributes

GEMDetId detId
 
uint16_t vfatAdd
 

Detailed Description

Definition at line 48 of file GEMROMapping.h.

Member Function Documentation

◆ operator<()

bool GEMROMapping::vfatEC::operator< ( const vfatEC r) const
inline

Definition at line 51 of file GEMROMapping.h.

51  {
52  if (vfatAdd == r.vfatAdd) {
53  return detId < r.detId;
54  } else {
55  return vfatAdd < r.vfatAdd;
56  }
57  }

References detId, alignCSCRings::r, and vfatAdd.

Member Data Documentation

◆ detId

GEMDetId GEMROMapping::vfatEC::detId

Definition at line 50 of file GEMROMapping.h.

Referenced by GEMeMap::convert(), GEMeMap::convertDummy(), and operator<().

◆ vfatAdd

uint16_t GEMROMapping::vfatEC::vfatAdd

Definition at line 49 of file GEMROMapping.h.

Referenced by GEMeMap::convert(), GEMeMap::convertDummy(), and operator<().

GEMROMapping::vfatEC::detId
GEMDetId detId
Definition: GEMROMapping.h:50
GEMROMapping::vfatEC::vfatAdd
uint16_t vfatAdd
Definition: GEMROMapping.h:49
alignCSCRings.r
r
Definition: alignCSCRings.py:93