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::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 42 of file GEMROmap.h.

Member Function Documentation

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

Definition at line 45 of file GEMROmap.h.

References chNum, and vfatType.

45  {
46  if (vfatType == c.vfatType)
47  return chNum < c.chNum;
48  else
49  return vfatType < c.vfatType;
50  }
const edm::EventSetup & c

Member Data Documentation

int GEMROmap::channelNum::chNum

Definition at line 44 of file GEMROmap.h.

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

int GEMROmap::channelNum::vfatType

Definition at line 43 of file GEMROmap.h.

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