|
||||
File indexing completed on 2024-04-06 12:04:46
0001 #ifndef MuonDetId_MuonSubdetId_h 0002 #define MuonDetId_MuonSubdetId_h 0003 0004 /** \class MuonSubdetId 0005 * 0006 * \author Stefano ARGIRO 0007 */ 0008 0009 class MuonSubdetId { 0010 public: 0011 static constexpr int DT = 1; 0012 static constexpr int CSC = 2; 0013 static constexpr int RPC = 3; 0014 static constexpr int GEM = 4; 0015 static constexpr int ME0 = 5; 0016 }; 0017 0018 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |