test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonSubdetId.h
Go to the documentation of this file.
1 #ifndef MuonDetId_MuonSubdetId_h
2 #define MuonDetId_MuonSubdetId_h
3 
9 class MuonSubdetId {
10 public:
11 
12  static const int DT= 1;
13  static const int CSC=2;
14  static const int RPC=3;
15  static const int GEM=4;
16  static const int ME0=5;
17 };
18 
19 #endif
20 
static const int GEM
Definition: MuonSubdetId.h:15
static const int ME0
Definition: MuonSubdetId.h:16
static const int CSC
Definition: MuonSubdetId.h:13
static const int RPC
Definition: MuonSubdetId.h:14
static const int DT
Definition: MuonSubdetId.h:12