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
PedsFullNoiseHistosUsingDb.h
Go to the documentation of this file.
1
2
#ifndef DQM_SiStripCommissioningClients_PedsFullNoiseHistosUsingDb_H
3
#define DQM_SiStripCommissioningClients_PedsFullNoiseHistosUsingDb_H
4
#include "
DQM/SiStripCommissioningDbClients/interface/CommissioningHistosUsingDb.h
"
5
6
#include "
DQM/SiStripCommissioningClients/interface/PedsFullNoiseHistograms.h
"
7
8
class
PedsFullNoiseHistosUsingDb
:
public
CommissioningHistosUsingDb
,
public
PedsFullNoiseHistograms
{
9
public
:
10
PedsFullNoiseHistosUsingDb
(
const
edm::ParameterSet
&
pset
,
11
DQMStore
*,
12
SiStripConfigDb
*
const
,
13
edm::ESGetToken<TrackerTopology, TrackerTopologyRcd>
tTopoToken);
14
15
~PedsFullNoiseHistosUsingDb
()
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_
;
// higher threshold for the zero suppression
26
float
lowThreshold_
;
// lower threshold for the zero suppression
27
bool
disableBadStrips_
;
// to disable bad strips flagged by the analysis in the upload
28
bool
keepStripsDisabled_
;
// keep bad strips from previous runs as bad
29
bool
skipEmptyStrips_
;
// skip empty strips i.e. don't flag as bad
30
bool
uploadOnlyStripBadChannelBit_
;
31
32
// Perform a selective upload either for or excluding a certain set of FEDs
33
bool
allowSelectiveUpload_
;
34
36
bool
uploadPedsFullNoiseDBTable_
;
37
};
38
39
#endif // DQM_SiStripCommissioningClients_PedsFullNoiseHistosUsingDb_H
PedsFullNoiseHistosUsingDb::uploadConfigurations
void uploadConfigurations() override
Definition:
PedsFullNoiseHistosUsingDb.cc:59
PedsFullNoiseHistosUsingDb::~PedsFullNoiseHistosUsingDb
~PedsFullNoiseHistosUsingDb() override
Definition:
PedsFullNoiseHistosUsingDb.cc:52
CommissioningHistograms::pset
const edm::ParameterSet & pset() const
Definition:
CommissioningHistograms.h:163
PedsFullNoiseHistosUsingDb::update
void update(SiStripConfigDb::FedDescriptionsRange)
Definition:
PedsFullNoiseHistosUsingDb.cc:89
PedsFullNoiseHistograms.h
PedsFullNoiseHistosUsingDb::uploadOnlyStripBadChannelBit_
bool uploadOnlyStripBadChannelBit_
Definition:
PedsFullNoiseHistosUsingDb.h:30
CommissioningHistosUsingDb
Definition:
CommissioningHistosUsingDb.h:18
PedsFullNoiseHistosUsingDb::PedsFullNoiseHistosUsingDb
PedsFullNoiseHistosUsingDb(const edm::ParameterSet &pset, DQMStore *, SiStripConfigDb *const, edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > tTopoToken)
Definition:
PedsFullNoiseHistosUsingDb.cc:14
PedsFullNoiseHistosUsingDb::create
void create(SiStripConfigDb::AnalysisDescriptionsV &, Analysis) override
Definition:
PedsFullNoiseHistosUsingDb.cc:252
CommissioningHistosUsingDb.h
PedsFullNoiseHistosUsingDb::disableBadStrips_
bool disableBadStrips_
Definition:
PedsFullNoiseHistosUsingDb.h:27
SiStripConfigDb::FedDescriptionsRange
FedDescriptions::range FedDescriptionsRange
Definition:
SiStripConfigDb.h:116
PedsFullNoiseHistosUsingDb::keepStripsDisabled_
bool keepStripsDisabled_
Definition:
PedsFullNoiseHistosUsingDb.h:28
dqm::legacy::DQMStore
Definition:
DQMStore.h:728
SiStripConfigDb
An interface class to the DeviceFactory.
Definition:
SiStripConfigDb.h:47
PedsFullNoiseHistosUsingDb::highThreshold_
float highThreshold_
Definition:
PedsFullNoiseHistosUsingDb.h:25
PedsFullNoiseHistosUsingDb::lowThreshold_
float lowThreshold_
Definition:
PedsFullNoiseHistosUsingDb.h:26
edm::ParameterSet
Definition:
ParameterSet.h:47
PedsFullNoiseHistosUsingDb::uploadPedsFullNoiseDBTable_
bool uploadPedsFullNoiseDBTable_
Definition:
PedsFullNoiseHistosUsingDb.h:36
PedsFullNoiseHistosUsingDb::allowSelectiveUpload_
bool allowSelectiveUpload_
Definition:
PedsFullNoiseHistosUsingDb.h:33
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd >
PedsFullNoiseHistograms
Definition:
PedsFullNoiseHistograms.h:7
SiStripConfigDb::AnalysisDescriptionsV
std::vector< AnalysisDescription * > AnalysisDescriptionsV
Definition:
SiStripConfigDb.h:135
PedsFullNoiseHistosUsingDb
Definition:
PedsFullNoiseHistosUsingDb.h:8
CommissioningHistograms::Analysis
Analyses::iterator Analysis
Definition:
CommissioningHistograms.h:58
PedsFullNoiseHistosUsingDb::skipEmptyStrips_
bool skipEmptyStrips_
Definition:
PedsFullNoiseHistosUsingDb.h:29
Generated for CMSSW Reference Manual by
1.8.16