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

Member Function Documentation

◆ operator<()

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

Definition at line 45 of file GEMROMapping.h.

References detId, and alignCSCRings::r.

45 { return detId < r.detId; }

Member Data Documentation

◆ detId

GEMDetId GEMROMapping::chamDC::detId

Definition at line 43 of file GEMROMapping.h.

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

◆ vfatVer

int GEMROMapping::chamDC::vfatVer

Definition at line 44 of file GEMROMapping.h.

Referenced by GEMeMap::convert(), and GEMeMap::convertDummy().