Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
std::ostringstream
str
;
6
if
(depth >= 0) {
7
str <<
" ChamberStripSpec: "
8
<<
" pin: "
<<
cablePinNumber
<<
", chamber: "
<<
chamberStripNumber
<<
", CMS strip: "
<<
cmsStripNumber
9
<< std::endl;
10
}
11
return
str.str();
12
}
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ChamberStripSpec::cmsStripNumber
int cmsStripNumber
Definition:
ChamberStripSpec.h:14
ChamberStripSpec::cablePinNumber
int cablePinNumber
Definition:
ChamberStripSpec.h:12
HLT_FULL_cff.depth
tuple depth
Definition:
HLT_FULL_cff.py:15256
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:53
Generated for CMSSW Reference Manual by
1.8.5