CMS 3D CMS Logo

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

#include <DTRangeT0.h>

Public Member Functions

 DTRangeT0Id ()
 
 ~DTRangeT0Id ()
 

Public Attributes

int sectorId
 
int slId
 
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 39 of file DTRangeT0.h.

Constructor & Destructor Documentation

◆ DTRangeT0Id()

DTRangeT0Id::DTRangeT0Id ( )

Definition at line 37 of file DTRangeT0.cc.

37 : wheelId(0), stationId(0), sectorId(0), slId(0) {}
int wheelId
Definition: DTRangeT0.h:44
int sectorId
Definition: DTRangeT0.h:46
int stationId
Definition: DTRangeT0.h:45

◆ ~DTRangeT0Id()

DTRangeT0Id::~DTRangeT0Id ( )

Definition at line 46 of file DTRangeT0.cc.

46 {}

Member Function Documentation

◆ serialize()

template<class Archive >
void DTRangeT0Id::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 49 of file DTRangeT0.h.

◆ cond::serialization::access

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

Definition at line 49 of file DTRangeT0.h.

Member Data Documentation

◆ sectorId

int DTRangeT0Id::sectorId

Definition at line 46 of file DTRangeT0.h.

◆ slId

int DTRangeT0Id::slId

Definition at line 47 of file DTRangeT0.h.

◆ stationId

int DTRangeT0Id::stationId

Definition at line 45 of file DTRangeT0.h.

◆ wheelId

int DTRangeT0Id::wheelId

Definition at line 44 of file DTRangeT0.h.