CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LinkBoardElectronicIndex.cc
Go to the documentation of this file.
2 #include <sstream>
3 
4 using namespace std;
5 
7 {
8  ostringstream str;
9  if (depth >= 0)
10  str << " ---> dccId: " << dccId
11  << " dccInputChannelNum: " << dccInputChannelNum
12  << " tbLinkInputNum: " << tbLinkInputNum
13  << " lbNumInLink: " << lbNumInLink;
14 
15  return str.str();
16 }
std::string print(int depth=0) const
unsigned dccId(DetId const &)