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 37 of file GEMROMapping.h.

Member Function Documentation

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

Definition at line 40 of file GEMROMapping.h.

References detId, and vfatAdd.

40  {
41  if (vfatAdd == r.vfatAdd){
42  return detId < r.detId;
43  }
44  else{
45  return vfatAdd < r.vfatAdd;
46  }
47  }

Member Data Documentation

GEMDetId GEMROMapping::vfatEC::detId

Definition at line 39 of file GEMROMapping.h.

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

uint16_t GEMROMapping::vfatEC::vfatAdd

Definition at line 38 of file GEMROMapping.h.

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