CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 53 of file GEMROmap.h.

Member Function Documentation

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

Definition at line 56 of file GEMROmap.h.

References stNum, and vfatType.

56  {
57  if (vfatType == s.vfatType)
58  return stNum < s.stNum;
59  else
60  return vfatType < s.vfatType;
61  }

Member Data Documentation

int GEMROmap::stripNum::stNum

Definition at line 55 of file GEMROmap.h.

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

int GEMROmap::stripNum::vfatType

Definition at line 54 of file GEMROmap.h.

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