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

Member Function Documentation

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

Definition at line 72 of file GEMROMapping.h.

References chNum, and vfatType.

72  {
73  if (vfatType == c.vfatType)
74  return chNum < c.chNum;
75  else
76  return vfatType < c.vfatType;
77  }

Member Data Documentation

int GEMROMapping::channelNum::chNum
int GEMROMapping::channelNum::vfatType

Definition at line 70 of file GEMROMapping.h.

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