CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HDQMInspectorConfigSiPixel.cc
Go to the documentation of this file.
2 
4 {
5 }
6 
8 {
9 }
10 
11 std::string HDQMInspectorConfigSiPixel::translateDetId(const uint32_t id) const
12 {
13  switch (id) {
15  return "TRACKER";
17  return "Barrel";
19  return "Shell_mI";
21  return "Shell_mO";
23  return "Shell_pI";
25  return "Shell_pO";
27  return "Endcap";
29  return "HalfCylinder_mI";
31  return "HalfCylinder_mO";
33  return "HalfCylinder_pI";
35  return "HalfCylinder_pO";
36  default:
37  return "???";
38  };
39 }
std::string translateDetId(const uint32_t) const
pure virtual method that convert a DetId to a string