Main Page
Namespaces
Classes
Package Documentation
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
}
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
std
Definition:
JetResolutionObject.h:76
particleFlowClusterECALTimeSelected_cfi.depth
depth
Definition:
particleFlowClusterECALTimeSelected_cfi.py:8
LinkBoardElectronicIndex.h
harvestTrackValidationPlots.str
str
Definition:
harvestTrackValidationPlots.py:10
LinkBoardElectronicIndex::print
std::string print(int depth=0) const
Definition:
LinkBoardElectronicIndex.cc:6
ecaldqm::dccId
unsigned dccId(DetId const &)
Generated for CMSSW Reference Manual by
1.8.11