CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HDQMInspectorConfigTracking.cc
Go to the documentation of this file.
2 
5 
6 
7 #include <sstream>
8 
10 {
11 }
12 
13 
15 {
16 }
17 
18 
20 {
21  std::stringstream Name;
22 
23  if(id == 268435456) {
24  Name << "Tracker";
25  } else{
26  Name << "???";
27  }
28 
29  return Name.str();
30 
31 }
std::string translateDetId(const uint32_t) const
pure virtual method that convert a DetId to a string