CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
DTCCBId Class Reference

#include <DTCCBConfig.h>

Public Member Functions

 DTCCBId ()
 
 ~DTCCBId ()
 

Public Attributes

int sectorId
 
int stationId
 
int wheelId
 

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 37 of file DTCCBConfig.h.

Constructor & Destructor Documentation

◆ DTCCBId()

DTCCBId::DTCCBId ( )

Definition at line 38 of file DTCCBConfig.cc.

38 : wheelId(0), stationId(0), sectorId(0) {}
int wheelId
Definition: DTCCBConfig.h:42
int sectorId
Definition: DTCCBConfig.h:44
int stationId
Definition: DTCCBConfig.h:43

◆ ~DTCCBId()

DTCCBId::~DTCCBId ( )

Definition at line 47 of file DTCCBConfig.cc.

47 {}

Member Function Documentation

◆ serialize()

template<class Archive >
void DTCCBId::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 46 of file DTCCBConfig.h.

◆ cond::serialization::access

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

Definition at line 46 of file DTCCBConfig.h.

Member Data Documentation

◆ sectorId

int DTCCBId::sectorId

◆ stationId

int DTCCBId::stationId

◆ wheelId

int DTCCBId::wheelId