CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
GEMROMapping::chamDC Struct Reference

#include <GEMROMapping.h>

Public Member Functions

bool operator< (const chamDC &r) const
 

Public Attributes

GEMDetId detId
 
int vfatVer
 

Detailed Description

Definition at line 29 of file GEMROMapping.h.

Member Function Documentation

bool GEMROMapping::chamDC::operator< ( const chamDC r) const
inline

Definition at line 32 of file GEMROMapping.h.

References detId.

32  {
33  return detId < r.detId;
34  }

Member Data Documentation

GEMDetId GEMROMapping::chamDC::detId
int GEMROMapping::chamDC::vfatVer