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
SiStripCommissioningDbClients
interface
PedestalsHistosUsingDb.h
Go to the documentation of this file.
1
2
#ifndef DQM_SiStripCommissioningClients_PedestalsHistosUsingDb_H
3
#define DQM_SiStripCommissioningClients_PedestalsHistosUsingDb_H
4
#include "
DQM/SiStripCommissioningDbClients/interface/CommissioningHistosUsingDb.h
"
5
6
#include "
DQM/SiStripCommissioningClients/interface/PedestalsHistograms.h
"
7
8
class
PedestalsHistosUsingDb
:
public
CommissioningHistosUsingDb
,
public
PedestalsHistograms
{
9
public
:
10
PedestalsHistosUsingDb
(
const
edm::ParameterSet
&
pset
,
11
DQMStore
*,
12
SiStripConfigDb
*
const
,
13
edm::ESGetToken<TrackerTopology, TrackerTopologyRcd>
tTopoToken);
14
15
~PedestalsHistosUsingDb
()
override
;
16
17
void
uploadConfigurations
()
override
;
18
19
private
:
20
void
update
(
SiStripConfigDb::FedDescriptionsRange
);
21
22
void
create
(
SiStripConfigDb::AnalysisDescriptionsV
&,
Analysis
)
override
;
23
24
// parameters
25
float
highThreshold_
;
26
float
lowThreshold_
;
27
bool
disableBadStrips_
;
28
bool
keepStripsDisabled_
;
29
// Perform a selective upload either for or excluding a certain set of FEDs
30
bool
allowSelectiveUpload_
;
31
};
32
33
#endif // DQM_SiStripCommissioningClients_PedestalsHistosUsingDb_H
PedestalsHistosUsingDb::highThreshold_
float highThreshold_
Definition:
PedestalsHistosUsingDb.h:25
PedestalsHistograms
Definition:
PedestalsHistograms.h:7
PedestalsHistosUsingDb::PedestalsHistosUsingDb
PedestalsHistosUsingDb(const edm::ParameterSet &pset, DQMStore *, SiStripConfigDb *const, edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > tTopoToken)
Definition:
PedestalsHistosUsingDb.cc:14
PedestalsHistosUsingDb::~PedestalsHistosUsingDb
~PedestalsHistosUsingDb() override
Definition:
PedestalsHistosUsingDb.cc:42
PedestalsHistosUsingDb::lowThreshold_
float lowThreshold_
Definition:
PedestalsHistosUsingDb.h:26
CommissioningHistograms::pset
const edm::ParameterSet & pset() const
Definition:
CommissioningHistograms.h:163
PedestalsHistograms.h
PedestalsHistosUsingDb::uploadConfigurations
void uploadConfigurations() override
Definition:
PedestalsHistosUsingDb.cc:49
PedestalsHistosUsingDb::disableBadStrips_
bool disableBadStrips_
Definition:
PedestalsHistosUsingDb.h:27
CommissioningHistosUsingDb
Definition:
CommissioningHistosUsingDb.h:18
CommissioningHistosUsingDb.h
SiStripConfigDb::FedDescriptionsRange
FedDescriptions::range FedDescriptionsRange
Definition:
SiStripConfigDb.h:116
dqm::legacy::DQMStore
Definition:
DQMStore.h:727
SiStripConfigDb
An interface class to the DeviceFactory.
Definition:
SiStripConfigDb.h:47
PedestalsHistosUsingDb::create
void create(SiStripConfigDb::AnalysisDescriptionsV &, Analysis) override
Definition:
PedestalsHistosUsingDb.cc:201
edm::ParameterSet
Definition:
ParameterSet.h:47
PedestalsHistosUsingDb::allowSelectiveUpload_
bool allowSelectiveUpload_
Definition:
PedestalsHistosUsingDb.h:30
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd >
SiStripConfigDb::AnalysisDescriptionsV
std::vector< AnalysisDescription * > AnalysisDescriptionsV
Definition:
SiStripConfigDb.h:135
PedestalsHistosUsingDb
Definition:
PedestalsHistosUsingDb.h:8
PedestalsHistosUsingDb::update
void update(SiStripConfigDb::FedDescriptionsRange)
Definition:
PedestalsHistosUsingDb.cc:76
PedestalsHistosUsingDb::keepStripsDisabled_
bool keepStripsDisabled_
Definition:
PedestalsHistosUsingDb.h:28
CommissioningHistograms::Analysis
Analyses::iterator Analysis
Definition:
CommissioningHistograms.h:58
Generated for CMSSW Reference Manual by
1.8.16