CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
LinkBoardElectronicIndex Struct Reference

#include <LinkBoardElectronicIndex.h>

Public Member Functions

std::string print (int depth=0) const
 

Public Attributes

int dccId
 
int dccInputChannelNum
 
int lbNumInLink
 
int tbLinkInputNum
 

Detailed Description

Definition at line 10 of file LinkBoardElectronicIndex.h.

Member Function Documentation

◆ print()

std::string LinkBoardElectronicIndex::print ( int  depth = 0) const

Definition at line 6 of file LinkBoardElectronicIndex.cc.

References ecaldqm::dccId(), hcalRecHitTable_cff::depth, and str.

6  {
7  ostringstream str;
8  if (depth >= 0)
9  str << " ---> dccId: " << dccId << " dccInputChannelNum: " << dccInputChannelNum
10  << " tbLinkInputNum: " << tbLinkInputNum << " lbNumInLink: " << lbNumInLink;
11 
12  return str.str();
13 }
#define str(s)

Member Data Documentation

◆ dccId

int LinkBoardElectronicIndex::dccId

◆ dccInputChannelNum

int LinkBoardElectronicIndex::dccInputChannelNum

◆ lbNumInLink

int LinkBoardElectronicIndex::lbNumInLink

◆ tbLinkInputNum

int LinkBoardElectronicIndex::tbLinkInputNum