Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
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
ChamberStripSpec.h
ChamberStripSpec::print
std::string print(int depth=0) const
debug printout
Definition:
ChamberStripSpec.cc:4
LEDCalibrationChannels.depth
depth
Definition:
LEDCalibrationChannels.py:65
ChamberStripSpec::chamberStripNumber
int chamberStripNumber
Definition:
ChamberStripSpec.h:13
str
#define str(s)
Definition:
TestProcessor.cc:55
Generated for CMSSW Reference Manual by
1.8.14