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

#include <DTTtrig.h>

Public Member Functions

 DTTtrigId ()
 
 ~DTTtrigId ()
 

Public Attributes

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

Detailed Description

Definition at line 38 of file DTTtrig.h.

Constructor & Destructor Documentation

DTTtrigId::DTTtrigId ( )

Definition at line 50 of file DTTtrig.cc.

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

Definition at line 76 of file DTTtrig.cc.

76  {
77 }

Member Data Documentation

int DTTtrigId::cellId

Definition at line 50 of file DTTtrig.h.

int DTTtrigId::layerId

Definition at line 49 of file DTTtrig.h.

int DTTtrigId::sectorId

Definition at line 47 of file DTTtrig.h.

int DTTtrigId::slId

Definition at line 48 of file DTTtrig.h.

int DTTtrigId::stationId

Definition at line 46 of file DTTtrig.h.

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

int DTTtrigId::wheelId

Definition at line 45 of file DTTtrig.h.