CMS 3D CMS Logo

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

#include <GEMROmap.h>

Public Member Functions

bool operator< (const dCoord &r) const
 

Public Attributes

GEMDetId gemDetId
 
int stripId
 

Detailed Description

Definition at line 20 of file GEMROmap.h.

Member Function Documentation

bool GEMROmap::dCoord::operator< ( const dCoord r) const
inline

Definition at line 23 of file GEMROmap.h.

References gemDetId, and stripId.

23  {
24  if ( gemDetId == r.gemDetId)
25  return stripId < r.stripId;
26  else
27  return gemDetId < r.gemDetId;
28  }
GEMDetId gemDetId
Definition: GEMROmap.h:22

Member Data Documentation

GEMDetId GEMROmap::dCoord::gemDetId

Definition at line 22 of file GEMROmap.h.

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

int GEMROmap::dCoord::stripId

Definition at line 21 of file GEMROmap.h.

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