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

#include <DTMtime.h>

Public Member Functions

 DTMtimeId ()
 
 ~DTMtimeId ()
 

Public Attributes

int cellId
 
int layerId
 
int sectorId
 
int slId
 
int stationId
 
int wheelId
 

Detailed Description

Definition at line 39 of file DTMtime.h.

Constructor & Destructor Documentation

DTMtimeId::DTMtimeId ( )

Definition at line 50 of file DTMtime.cc.

50  :
51  wheelId( 0 ),
52  stationId( 0 ),
53  sectorId( 0 ),
54  slId( 0 ),
55  layerId( 0 ),
56  cellId( 0 ) {
57 }
int stationId
Definition: DTMtime.h:47
int wheelId
Definition: DTMtime.h:46
int cellId
Definition: DTMtime.h:51
int sectorId
Definition: DTMtime.h:48
int slId
Definition: DTMtime.h:49
int layerId
Definition: DTMtime.h:50
DTMtimeId::~DTMtimeId ( )

Definition at line 75 of file DTMtime.cc.

75  {
76 }

Member Data Documentation

int DTMtimeId::cellId

Definition at line 51 of file DTMtime.h.

int DTMtimeId::layerId

Definition at line 50 of file DTMtime.h.

int DTMtimeId::sectorId

Definition at line 48 of file DTMtime.h.

int DTMtimeId::slId

Definition at line 49 of file DTMtime.h.

int DTMtimeId::stationId

Definition at line 47 of file DTMtime.h.

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

int DTMtimeId::wheelId

Definition at line 46 of file DTMtime.h.