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

#include <DTRangeT0.h>

Public Member Functions

 DTRangeT0Id ()
 
 ~DTRangeT0Id ()
 

Public Attributes

int sectorId
 
int slId
 
int stationId
 
int wheelId
 

Detailed Description

Definition at line 36 of file DTRangeT0.h.

Constructor & Destructor Documentation

DTRangeT0Id::DTRangeT0Id ( )

Definition at line 48 of file DTRangeT0.cc.

48  :
49  wheelId( 0 ),
50  stationId( 0 ),
51  sectorId( 0 ),
52  slId( 0 ) {
53 }
int wheelId
Definition: DTRangeT0.h:43
int sectorId
Definition: DTRangeT0.h:45
int stationId
Definition: DTRangeT0.h:44
DTRangeT0Id::~DTRangeT0Id ( )

Definition at line 71 of file DTRangeT0.cc.

71  {
72 }

Member Data Documentation

int DTRangeT0Id::sectorId

Definition at line 45 of file DTRangeT0.h.

int DTRangeT0Id::slId

Definition at line 46 of file DTRangeT0.h.

int DTRangeT0Id::stationId

Definition at line 44 of file DTRangeT0.h.

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

int DTRangeT0Id::wheelId

Definition at line 43 of file DTRangeT0.h.