CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 ( )

Definition at line 46 of file DTRangeT0.cc.

46  :
47  wheelId( 0 ),
48  stationId( 0 ),
49  sectorId( 0 ),
50  slId( 0 ) {
51 }
int wheelId
Definition: DTRangeT0.h:46
int sectorId
Definition: DTRangeT0.h:48
int stationId
Definition: DTRangeT0.h:47
DTRangeT0Id::~DTRangeT0Id ( )

Definition at line 67 of file DTRangeT0.cc.

67  {
68 }

Member Function Documentation

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 52 of file DTRangeT0.h.

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

Definition at line 52 of file DTRangeT0.h.

Member Data Documentation

int DTRangeT0Id::sectorId

Definition at line 48 of file DTRangeT0.h.

int DTRangeT0Id::slId

Definition at line 49 of file DTRangeT0.h.

int DTRangeT0Id::stationId

Definition at line 47 of file DTRangeT0.h.

Referenced by DTRangeT0::initialize(), and DTRangeT0::set().

int DTRangeT0Id::wheelId

Definition at line 46 of file DTRangeT0.h.