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 
11 class MuonSubdetId {
12 public:
13 
14  static const int DT= 1;
15  static const int CSC=2;
16  static const int RPC=3;
17  static const int GEM=4;
18 };
19 
20 #endif
21 
static const int GEM
Definition: MuonSubdetId.h:17
static const int CSC
Definition: MuonSubdetId.h:15
static const int RPC
Definition: MuonSubdetId.h:16
static const int DT
Definition: MuonSubdetId.h:14