CMS 3D CMS Logo

ChamberStripSpec.cc
Go to the documentation of this file.
2 #include <sstream>
3 
5  std::ostringstream str;
6  if (depth >= 0) {
7  str << " ChamberStripSpec: "
8  << " pin: " << cablePinNumber << ", chamber: " << chamberStripNumber << ", CMS strip: " << cmsStripNumber
9  << std::endl;
10  }
11  return str.str();
12 }
std::string print(int depth=0) const
debug printout
#define str(s)