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
CalibFormats
SiStripObjects
src
SiStripFec.cc
Go to the documentation of this file.
1
2
#include "
CalibFormats/SiStripObjects/interface/SiStripFec.h
"
3
#include <iostream>
4
5
// -----------------------------------------------------------------------------
6
//
7
SiStripFec::SiStripFec
(
const
FedChannelConnection
&
conn
) :
fecSlot_
(
conn
.fecSlot()), rings_() {
8
rings_
.reserve(8);
9
addDevices
(
conn
);
10
}
11
12
// -----------------------------------------------------------------------------
13
//
14
void
SiStripFec::addDevices
(
const
FedChannelConnection
&
conn
) {
15
auto
iring =
rings_
.begin();
16
while
(iring !=
rings_
.end() && (*iring).fecRing() !=
conn
.fecRing()) {
17
iring++;
18
}
19
if
(iring ==
rings_
.end()) {
20
rings_
.push_back(
SiStripRing
(
conn
));
21
}
else
{
22
iring->addDevices(
conn
);
23
}
24
}
SiStripFec::SiStripFec
SiStripFec()
Definition:
SiStripFec.h:34
SiStripFec::rings_
std::vector< SiStripRing > rings_
Definition:
SiStripFec.h:40
sistrip::fecSlot_
static const char fecSlot_[]
Definition:
ConstantsForGranularity.h:53
SiStripFec::addDevices
void addDevices(const FedChannelConnection &conn)
Definition:
SiStripFec.cc:14
FedChannelConnection
Class containning control, module, detector and connection information, at the level of a FED channel...
Definition:
FedChannelConnection.h:26
SiStripRing
Definition:
SiStripRing.h:14
SiStripFec.h
getInfo.conn
conn
Definition:
getInfo.py:9
Generated for CMSSW Reference Manual by
1.8.14