CMS 3D CMS Logo

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

#include <GEMChMap.h>

Public Member Functions

bool operator< (const vfatEC &r) const
 

Public Attributes

int chamberType
 
uint16_t vfatAdd
 

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 60 of file GEMChMap.h.

Member Function Documentation

◆ operator<()

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

Definition at line 63 of file GEMChMap.h.

References chamberType, alignCSCRings::r, and vfatAdd.

63  {
64  if (vfatAdd == r.vfatAdd) {
65  return chamberType < r.chamberType;
66  } else {
67  return vfatAdd < r.vfatAdd;
68  }
69  }
uint16_t vfatAdd
Definition: GEMChMap.h:62

◆ serialize()

template<class Archive >
void GEMChMap::vfatEC::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 71 of file GEMChMap.h.

◆ cond::serialization::access

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

Definition at line 71 of file GEMChMap.h.

Member Data Documentation

◆ chamberType

int GEMChMap::vfatEC::chamberType

Definition at line 61 of file GEMChMap.h.

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

◆ vfatAdd

uint16_t GEMChMap::vfatEC::vfatAdd

Definition at line 62 of file GEMChMap.h.

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