CMS 3D CMS Logo

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

#include <GEMROMapping.h>

Public Member Functions

bool operator< (const vfatDC &r) const
 

Public Attributes

GEMDetId detId
 
int localPhi
 
int vfatType
 

Detailed Description

Definition at line 50 of file GEMROMapping.h.

Member Function Documentation

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

Definition at line 54 of file GEMROMapping.h.

References detId, localPhi, and vfatType.

54  {
55  if (vfatType == r.vfatType){
56  if (detId == r.detId){
57  return localPhi < r.localPhi;
58  }
59  else{
60  return detId < r.detId;
61  }
62  }
63  else{
64  return vfatType < r.vfatType;
65  }
66  }

Member Data Documentation

GEMDetId GEMROMapping::vfatDC::detId
int GEMROMapping::vfatDC::localPhi
int GEMROMapping::vfatDC::vfatType