CMS 3D CMS Logo

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  static constexpr int DT = 1;
12  static constexpr int CSC = 2;
13  static constexpr int RPC = 3;
14  static constexpr int GEM = 4;
15  static constexpr int ME0 = 5;
16 };
17 
18 #endif
static constexpr int GEM
Definition: MuonSubdetId.h:14
static constexpr int ME0
Definition: MuonSubdetId.h:15
static constexpr int RPC
Definition: MuonSubdetId.h:13
static constexpr int DT
Definition: MuonSubdetId.h:11
static constexpr int CSC
Definition: MuonSubdetId.h:12