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"
27  */
28 
29  MuonSubDetector(std::string name);
31 
32  bool isBarrel();
33  bool isEndcap();
34  bool isRpc();
35  std::string name();
36  std::string suIdName();
37 
38  private:
41  std::string detectorName;
42 };
43 
44 #endif
subDetector detector
std::string name()
std::string suIdName()
MuonSubDetector(std::string name)
std::string detectorName