CMS 3D CMS Logo

Public Member Functions | Public Attributes

DTCCBId Class Reference

#include <DTCCBConfig.h>

List of all members.

Public Member Functions

 DTCCBId ()
 ~DTCCBId ()

Public Attributes

int sectorId
int stationId
int wheelId

Detailed Description

Definition at line 36 of file DTCCBConfig.h.


Constructor & Destructor Documentation

DTCCBId::DTCCBId ( )

Definition at line 49 of file DTCCBConfig.cc.

                 :
    wheelId( 0 ),
  stationId( 0 ),
   sectorId( 0 ) {
}
DTCCBId::~DTCCBId ( )

Definition at line 72 of file DTCCBConfig.cc.

                  {
}

Member Data Documentation