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

#include <DTT0.h>

Public Member Functions

 DTT0Id ()
 
 ~DTT0Id ()
 

Public Attributes

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

Detailed Description

Definition at line 38 of file DTT0.h.

Constructor & Destructor Documentation

DTT0Id::DTT0Id ( )

Definition at line 57 of file DTT0.cc.

57  :
58  wheelId( 0 ),
59  stationId( 0 ),
60  sectorId( 0 ),
61  slId( 0 ),
62  layerId( 0 ),
63  cellId( 0 ) {
64 }
int wheelId
Definition: DTT0.h:45
int slId
Definition: DTT0.h:48
int cellId
Definition: DTT0.h:50
int stationId
Definition: DTT0.h:46
int layerId
Definition: DTT0.h:49
int sectorId
Definition: DTT0.h:47
DTT0Id::~DTT0Id ( )

Definition at line 83 of file DTT0.cc.

83  {
84 }

Member Data Documentation

int DTT0Id::cellId

Definition at line 50 of file DTT0.h.

Referenced by DTT0::checkOrder().

int DTT0Id::layerId

Definition at line 49 of file DTT0.h.

int DTT0Id::sectorId

Definition at line 47 of file DTT0.h.

int DTT0Id::slId

Definition at line 48 of file DTT0.h.

int DTT0Id::stationId

Definition at line 46 of file DTT0.h.

Referenced by DTT0::cacheMap(), DTT0::checkOrder(), and DTT0::set().

int DTT0Id::wheelId

Definition at line 45 of file DTT0.h.