Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
ostringstream
str
;
8
if
(depth >= 0)
9
str <<
" ---> dccId: "
<<
dccId
<<
" dccInputChannelNum: "
<< dccInputChannelNum
10
<<
" tbLinkInputNum: "
<< tbLinkInputNum <<
" lbNumInLink: "
<< lbNumInLink;
11
12
return
str.str();
13
}
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
LinkBoardElectronicIndex.h
ecaldqm::dccId
unsigned dccId(DetId const &, EcalElectronicsMapping const *)
Definition:
EcalDQMCommonUtils.cc:16
HLT_FULL_cff.depth
tuple depth
Definition:
HLT_FULL_cff.py:15256
LinkBoardElectronicIndex::print
std::string print(int depth=0) const
Definition:
LinkBoardElectronicIndex.cc:6
str
#define str(s)
Definition:
TestProcessor.cc:53
Generated for CMSSW Reference Manual by
1.8.5