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

#include <DTLVStatus.h>

Public Member Functions

 DTLVStatusId ()
 
 ~DTLVStatusId ()
 

Public Attributes

int sectorId
 
int stationId
 
int wheelId
 

Detailed Description

Definition at line 35 of file DTLVStatus.h.

Constructor & Destructor Documentation

DTLVStatusId::DTLVStatusId ( )

Definition at line 49 of file DTLVStatus.cc.

49  :
50  wheelId( 0 ),
51  stationId( 0 ),
52  sectorId( 0 ) {
53 }
DTLVStatusId::~DTLVStatusId ( )

Definition at line 73 of file DTLVStatus.cc.

73  {
74 }

Member Data Documentation

int DTLVStatusId::sectorId

Definition at line 44 of file DTLVStatus.h.

int DTLVStatusId::stationId

Definition at line 43 of file DTLVStatus.h.

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

int DTLVStatusId::wheelId

Definition at line 42 of file DTLVStatus.h.