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
DTLVStatusId Class Reference

#include <DTLVStatus.h>

Public Member Functions

 DTLVStatusId ()
 
 ~DTLVStatusId ()
 

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 38 of file DTLVStatus.h.

Constructor & Destructor Documentation

DTLVStatusId::DTLVStatusId ( )

Definition at line 47 of file DTLVStatus.cc.

47  :
48  wheelId( 0 ),
49  stationId( 0 ),
50  sectorId( 0 ) {
51 }
DTLVStatusId::~DTLVStatusId ( )

Definition at line 69 of file DTLVStatus.cc.

69  {
70 }

Member Function Documentation

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 50 of file DTLVStatus.h.

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

Definition at line 50 of file DTLVStatus.h.

Member Data Documentation

int DTLVStatusId::sectorId

Definition at line 47 of file DTLVStatus.h.

int DTLVStatusId::stationId

Definition at line 46 of file DTLVStatus.h.

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

int DTLVStatusId::wheelId

Definition at line 45 of file DTLVStatus.h.