CMS 3D CMS Logo

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

#include <GEMROMapping.h>

Public Member Functions

bool operator< (const channelNum &c) const
 

Public Attributes

int chNum
 
int vfatType
 

Detailed Description

Definition at line 77 of file GEMROMapping.h.

Member Function Documentation

◆ operator<()

bool GEMROMapping::channelNum::operator< ( const channelNum c) const
inline

Definition at line 80 of file GEMROMapping.h.

References DummyCfis::c, chNum, and vfatType.

80  {
81  if (vfatType == c.vfatType)
82  return chNum < c.chNum;
83  else
84  return vfatType < c.vfatType;
85  }

Member Data Documentation

◆ chNum

int GEMROMapping::channelNum::chNum

Definition at line 79 of file GEMROMapping.h.

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

◆ vfatType

int GEMROMapping::channelNum::vfatType

Definition at line 78 of file GEMROMapping.h.

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