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 
17 #include<string>
18 
20  public:
21 
22  /*
23  * possible arguments for constructor:
24  * "MuonDTHits", "MuonCSCHits", "MuonRPCHits", "MuonGEMHits"
25  */
26 
29 
30  bool isBarrel();
31  bool isEndcap();
32  bool isRpc();
33  bool isGem();
34  std::string name();
36 
37  private:
41 };
42 
43 #endif
subDetector detector
std::string name()
std::string suIdName()
MuonSubDetector(std::string name)
std::string detectorName