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
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
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
DQM
SiStripCommissioningSources
interface
FedCablingTask.h
Go to the documentation of this file.
1
#ifndef DQM_SiStripCommissioningSources_FedCablingTask_h
2
#define DQM_SiStripCommissioningSources_FedCablingTask_h
3
4
#include "
DQM/SiStripCommissioningSources/interface/CommissioningTask.h
"
5
#include <vector>
6
13
class
FedCablingTask
:
public
CommissioningTask
{
14
public
:
15
FedCablingTask
(
DQMStore
*,
const
FedChannelConnection
&);
16
~FedCablingTask
()
override
;
17
18
private
:
19
void
book
()
override
;
20
void
fill
(
const
SiStripEventSummary
&,
const
uint16_t& fed_id,
const
std::map<uint16_t, float>& fed_ch)
override
;
21
void
update
()
override
;
22
25
std::vector<HistoSet>
histos_
;
26
};
27
28
#endif // DQM_SiStripCommissioningSources_FedCablingTask_h
FedCablingTask::book
void book() override
Definition:
FedCablingTask.cc:23
FedCablingTask::fill
void fill(const SiStripEventSummary &, const uint16_t &fed_id, const std::map< uint16_t, float > &fed_ch) override
Definition:
FedCablingTask.cc:61
FedCablingTask::histos_
std::vector< HistoSet > histos_
Definition:
FedCablingTask.h:25
FedCablingTask::~FedCablingTask
~FedCablingTask() override
Definition:
FedCablingTask.cc:19
CommissioningTask
Definition:
CommissioningTask.h:24
FedCablingTask
Definition:
FedCablingTask.h:13
dqm::legacy::DQMStore
Definition:
DQMStore.h:727
FedCablingTask::FedCablingTask
FedCablingTask(DQMStore *, const FedChannelConnection &)
Definition:
FedCablingTask.cc:14
FedChannelConnection
Class containning control, module, detector and connection information, at the level of a FED channel...
Definition:
FedChannelConnection.h:26
CommissioningTask.h
SiStripEventSummary
Definition:
SiStripEventSummary.h:22
FedCablingTask::update
void update() override
Definition:
FedCablingTask.cc:82
Generated for CMSSW Reference Manual by
1.8.16