CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonSubDetector.h
Go to the documentation of this file.
1 #ifndef MuonNumbering_MuonSubDetector_h
2 #define MuonNumbering_MuonSubDetector_h
3 
19 #include<string>
20 
22  public:
23 
24  /*
25  * possible arguments for constructor:
26  * "MuonDTHits", "MuonCSCHits", "MuonRPCHits", "MuonGEMHits"
27  */
28 
31 
32  bool isBarrel();
33  bool isEndcap();
34  bool isRpc();
35  bool isGem();
36  std::string name();
38 
39  private:
43 };
44 
45 #endif
subDetector detector
std::string name()
std::string suIdName()
MuonSubDetector(std::string name)
std::string detectorName