CMS 3D CMS Logo

MuonSubDetector.h
Go to the documentation of this file.
1 #ifndef Geometry_MuonNumbering_MuonSubDetector_h
2 #define Geometry_MuonNumbering_MuonSubDetector_h
3 
17 #include <string>
18 
20 public:
21  /*
22  * possible arguments for constructor:
23  * "MuonDTHits", "MuonCSCHits", "MuonRPCHits", "MuonGEMHits", "MuonME0Hits"
24  */
25 
28 
29  bool isBarrel();
30  bool isEndcap();
31  bool isRPC();
32  bool isGEM();
33  bool isME0();
34  std::string name();
36 
37 private:
41 };
42 
43 #endif
subDetector detector
std::string name()
std::string suIdName()
std::string detectorName
MuonSubDetector(const std::string &name)