CMS 3D CMS Logo

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

#include <GEMROmap.h>

Public Member Functions

bool operator< (const channelNum &c) const
 

Public Attributes

int chNum
 
int vfatType
 

Detailed Description

Definition at line 47 of file GEMROmap.h.

Member Function Documentation

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

Definition at line 50 of file GEMROmap.h.

References chNum, and vfatType.

50  {
51  if (vfatType == c.vfatType)
52  return chNum < c.chNum;
53  else
54  return vfatType < c.vfatType;
55  }

Member Data Documentation

int GEMROmap::channelNum::chNum
int GEMROmap::channelNum::vfatType

Definition at line 48 of file GEMROmap.h.

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