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
EcalPreshowerMonitorClient
interface
EcalPreshowerMonitorClient.h
Go to the documentation of this file.
1
#ifndef EcalPreshowerMonitorClient_H
2
#define EcalPreshowerMonitorClient_H
3
4
#include "
DQMServices/Core/interface/DQMEDHarvester.h
"
5
6
class
ESClient
;
7
8
class
EcalPreshowerMonitorClient
:
public
DQMEDHarvester
{
9
public
:
10
EcalPreshowerMonitorClient
(
const
edm::ParameterSet
&);
11
~EcalPreshowerMonitorClient
()
override
;
12
13
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
&);
14
15
private
:
16
void
dqmEndLuminosityBlock
(
DQMStore::IBooker
&,
17
DQMStore::IGetter
&,
18
const
edm::LuminosityBlock
&,
19
const
edm::EventSetup
&)
override
;
20
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
21
22
// ----------member data ---------------------------
23
bool
debug_
;
24
bool
verbose_
;
25
26
std::vector<ESClient *>
clients_
;
27
28
// Data members existed below could not have been used in any way, yet was
29
// consuming O(100kB) of memory. Removed together with htmlOutput, which was a
30
// private function that was not called from anywhere. (yiiyama, Sep 18 2014)
31
};
32
33
#endif
EcalPreshowerMonitorClient::~EcalPreshowerMonitorClient
~EcalPreshowerMonitorClient() override
Definition:
EcalPreshowerMonitorClient.cc:45
DQMEDHarvester.h
EcalPreshowerMonitorClient::verbose_
bool verbose_
Definition:
EcalPreshowerMonitorClient.h:24
edm::LuminosityBlock
Definition:
LuminosityBlock.h:50
EcalPreshowerMonitorClient::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, const edm::LuminosityBlock &, const edm::EventSetup &) override
Definition:
EcalPreshowerMonitorClient.cc:84
EcalPreshowerMonitorClient::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
EcalPreshowerMonitorClient.cc:73
EcalPreshowerMonitorClient::debug_
bool debug_
Definition:
EcalPreshowerMonitorClient.h:23
EcalPreshowerMonitorClient
Definition:
EcalPreshowerMonitorClient.h:8
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
edm::ParameterSet
Definition:
ParameterSet.h:47
EcalPreshowerMonitorClient::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &)
Definition:
EcalPreshowerMonitorClient.cc:55
EcalPreshowerMonitorClient::clients_
std::vector< ESClient * > clients_
Definition:
EcalPreshowerMonitorClient.h:26
edm::EventSetup
Definition:
EventSetup.h:58
ESClient
Definition:
ESClient.h:12
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
dqm::implementation::IGetter
Definition:
DQMStore.h:484
dqm::implementation::IBooker
Definition:
DQMStore.h:43
EcalPreshowerMonitorClient::EcalPreshowerMonitorClient
EcalPreshowerMonitorClient(const edm::ParameterSet &)
Definition:
EcalPreshowerMonitorClient.cc:19
Generated for CMSSW Reference Manual by
1.8.16