Main Page
Namespaces
Classes
Package Documentation
CondFormats
RPCObjects
src
ChamberStripSpec.cc
Go to the documentation of this file.
1
#include "
CondFormats/RPCObjects/interface/ChamberStripSpec.h
"
2
#include <sstream>
3
4
std::string
ChamberStripSpec::print
(
int
depth
)
const
5
{
6
std::ostringstream
str
;
7
if
(depth >= 0) {
8
str <<
" ChamberStripSpec: "
9
<<
" pin: "
<<
cablePinNumber
10
<<
", chamber: "
<<
chamberStripNumber
11
<<
", CMS strip: "
<<
cmsStripNumber
12
<< std::endl;
13
}
14
return
str.str();
15
}
16
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ChamberStripSpec::cmsStripNumber
int cmsStripNumber
Definition:
ChamberStripSpec.h:14
ChamberStripSpec::cablePinNumber
int cablePinNumber
Definition:
ChamberStripSpec.h:12
ChamberStripSpec::print
std::string print(int depth=0) const
debug printout
Definition:
ChamberStripSpec.cc:4
ChamberStripSpec.h
ChamberStripSpec::chamberStripNumber
int chamberStripNumber
Definition:
ChamberStripSpec.h:13
str
#define str(s)
Definition:
TestProcessor.cc:47
egammaForCoreTracking_cff.depth
depth
Definition:
egammaForCoreTracking_cff.py:29
Generated for CMSSW Reference Manual by
1.8.11