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

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

Definition at line 47 of file DTCCBConfig.cc.

47 {}

Member Function Documentation

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 46 of file DTCCBConfig.h.

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

Definition at line 46 of file DTCCBConfig.h.

Member Data Documentation

int DTCCBId::sectorId
int DTCCBId::stationId
int DTCCBId::wheelId