CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/MuonDetId/interface/MuonSubdetId.h

Go to the documentation of this file.
00001 #ifndef MuonDetId_MuonSubdetId_h
00002 #define MuonDetId_MuonSubdetId_h
00003 
00011 class MuonSubdetId {
00012 public:
00013 
00014   static const int DT= 1;  
00015   static const int CSC=2;
00016   static const int RPC=3; 
00017   static const int GEM=4; 
00018 };
00019 
00020 #endif
00021