CMS 3D CMS Logo

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
#define str(s)
unsigned dccId(DetId const &)