CMS 3D CMS Logo

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

#include <GEMROMapping.h>

Public Member Functions

bool operator== (const sectorEC &r) const
 

Public Attributes

uint8_t amcNum
 
unsigned int fedId
 

Detailed Description

Definition at line 13 of file GEMROMapping.h.

Member Function Documentation

◆ operator==()

bool GEMROMapping::sectorEC::operator== ( const sectorEC r) const
inline

Definition at line 16 of file GEMROMapping.h.

References amcNum, fedId, and alignCSCRings::r.

16  {
17  if (fedId == r.fedId) {
18  return amcNum == r.amcNum;
19  } else {
20  return false;
21  }
22  }

Member Data Documentation

◆ amcNum

uint8_t GEMROMapping::sectorEC::amcNum

Definition at line 15 of file GEMROMapping.h.

Referenced by operator==().

◆ fedId

unsigned int GEMROMapping::sectorEC::fedId

Definition at line 14 of file GEMROMapping.h.

Referenced by GEMeMap::convert(), and operator==().