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 };
00018
00019 #endif
00020