Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
RPCObjects
src
LinkBoardElectronicIndex.cc
Go to the documentation of this file.
1
#include "
CondFormats/RPCObjects/interface/LinkBoardElectronicIndex.h
"
2
#include <sstream>
3
4
using namespace
std;
5
6
std::string
LinkBoardElectronicIndex::print
(
int
depth )
const
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
}
ecaldqm::dccId
unsigned dccId(const DetId &)
Definition:
EcalDQMCommonUtils.h:78
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
LinkBoardElectronicIndex.h
LinkBoardElectronicIndex::print
std::string print(int depth=0) const
Definition:
LinkBoardElectronicIndex.cc:6
Generated for CMSSW Reference Manual by
1.8.5