Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
{
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 string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
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
HLT_25ns14e33_v1_cff.depth
tuple depth
Definition:
HLT_25ns14e33_v1_cff.py:6940
ChamberStripSpec::chamberStripNumber
int chamberStripNumber
Definition:
ChamberStripSpec.h:13
Generated for CMSSW Reference Manual by
1.8.5