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
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

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

Definition at line 45 of file GEMROMapping.h.

References detId.

45 { return detId < r.detId; }

Member Data Documentation

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