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  /*
23  * possible arguments for constructor:
24  * "MuonDTHits", "MuonCSCHits", "MuonRPCHits", "MuonGEMHits", "MuonME0Hits"
25  */
26 
29 
30  bool isBarrel();
31  bool isEndcap();
32  bool isRPC();
33  bool isGEM();
34  bool isME0();
35  std::string name();
37 
38  private:
42 };
43 
44 #endif
subDetector detector
std::string name()
std::string suIdName()
std::string detectorName
MuonSubDetector(const std::string &name)