CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ChamberStripSpec.cc
Go to the documentation of this file.
2 #include <sstream>
3 
5 {
6  std::ostringstream str;
7  if (depth >= 0) {
8  str << " ChamberStripSpec: "
9  << " pin: "<<cablePinNumber
10  << ", chamber: "<<chamberStripNumber
11  << ", CMS strip: "<<cmsStripNumber
12  << std::endl;
13  }
14  return str.str();
15 }
16 
std::string print(int depth=0) const
debug printout