CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
GEMChMap::chamDC Struct Reference

#include <GEMChMap.h>

Public Member Functions

bool operator< (const chamDC &r) const
 

Public Attributes

int chamberType
 
uint32_t detId
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 46 of file GEMChMap.h.

Member Function Documentation

◆ operator<()

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

Definition at line 49 of file GEMChMap.h.

References chamberType, detId, and alignCSCRings::r.

49  {
50  if (detId == r.detId) {
51  return chamberType < r.chamberType;
52  } else {
53  return detId < r.detId;
54  }
55  }
uint32_t detId
Definition: GEMChMap.h:47

◆ serialize()

template<class Archive >
void GEMChMap::chamDC::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 57 of file GEMChMap.h.

◆ cond::serialization::access

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 57 of file GEMChMap.h.

Member Data Documentation

◆ chamberType

int GEMChMap::chamDC::chamberType

Definition at line 48 of file GEMChMap.h.

Referenced by operator<(), and GEMChMap::setDummy().

◆ detId

uint32_t GEMChMap::chamDC::detId

Definition at line 47 of file GEMChMap.h.

Referenced by operator<(), and GEMChMap::setDummy().