CMS 3D CMS Logo

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

#include <GEMROmap.h>

Public Member Functions

bool operator< (const stripNum &s) const
 

Public Attributes

int stNum
 
int vfatType
 

Detailed Description

Definition at line 58 of file GEMROmap.h.

Member Function Documentation

bool GEMROmap::stripNum::operator< ( const stripNum s) const
inline

Definition at line 61 of file GEMROmap.h.

References stNum, and vfatType.

61  {
62  if (vfatType == s.vfatType)
63  return stNum < s.stNum;
64  else
65  return vfatType < s.vfatType;
66  }

Member Data Documentation

int GEMROmap::stripNum::stNum

Definition at line 60 of file GEMROmap.h.

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

int GEMROmap::stripNum::vfatType

Definition at line 59 of file GEMROmap.h.

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