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
interface
LinkBoardPackedStrip.h
Go to the documentation of this file.
1
#ifndef CondFormatsRPCObjectsLinkBoardPackedStrip_H
2
#define CondFormatsRPCObjectsLinkBoardPackedStrip_H
3
4
class
LinkBoardPackedStrip
{
5
public
:
6
LinkBoardPackedStrip
(
int
packedStripLB) :
thePackedStrip
(packedStripLB) {}
7
8
LinkBoardPackedStrip
(
int
febInLB
,
int
stripPinInFeb
) :
thePackedStrip
((
febInLB
- 1) * 16 +
stripPinInFeb
- 1) {}
9
10
int
febInLB
()
const
{
return
thePackedStrip
/ 16 + 1; }
11
int
stripPinInFeb
()
const
{
return
thePackedStrip
% 16 + 1; }
12
int
packedStrip
()
const
{
return
thePackedStrip
; }
13
14
private
:
15
int
thePackedStrip
;
16
};
17
#endif
LinkBoardPackedStrip::thePackedStrip
int thePackedStrip
Definition:
LinkBoardPackedStrip.h:15
LinkBoardPackedStrip::febInLB
int febInLB() const
Definition:
LinkBoardPackedStrip.h:10
LinkBoardPackedStrip::stripPinInFeb
int stripPinInFeb() const
Definition:
LinkBoardPackedStrip.h:11
LinkBoardPackedStrip
Definition:
LinkBoardPackedStrip.h:4
LinkBoardPackedStrip::LinkBoardPackedStrip
LinkBoardPackedStrip(int febInLB, int stripPinInFeb)
Definition:
LinkBoardPackedStrip.h:8
LinkBoardPackedStrip::packedStrip
int packedStrip() const
Definition:
LinkBoardPackedStrip.h:12
LinkBoardPackedStrip::LinkBoardPackedStrip
LinkBoardPackedStrip(int packedStripLB)
Definition:
LinkBoardPackedStrip.h:6
Generated for CMSSW Reference Manual by
1.8.14