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
DQM
EcalCommon
interface
EcalMEFormatter.h
Go to the documentation of this file.
1
#ifndef EcalMEFormatter_H
2
#define EcalMEFormatter_H
3
4
#include "
DQMServices/Core/interface/DQMEDHarvester.h
"
5
6
#include "
DQM/EcalCommon/interface/DQWorker.h
"
7
#include "
DQM/EcalCommon/interface/MESet.h
"
8
9
class
EcalMEFormatter
:
public
DQMEDHarvester
,
public
ecaldqm::DQWorker
{
10
public
:
11
typedef
dqm::harvesting::MonitorElement
MonitorElement
;
12
typedef
dqm::harvesting::DQMStore
DQMStore
;
13
14
EcalMEFormatter
(
edm::ParameterSet
const
&);
15
~EcalMEFormatter
()
override
{};
16
17
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
&);
18
19
private
:
20
void
dqmEndLuminosityBlock
(
DQMStore::IBooker
&,
21
DQMStore::IGetter
&,
22
edm::LuminosityBlock
const
&,
23
edm::EventSetup
const
&)
override
;
24
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
25
26
void
format_
(
DQMStore::IGetter
&,
bool
);
27
void
formatDet2D_
(
ecaldqm::MESet
&);
28
};
29
30
#endif
EcalMEFormatter::~EcalMEFormatter
~EcalMEFormatter() override
Definition:
EcalMEFormatter.h:15
EcalMEFormatter::formatDet2D_
void formatDet2D_(ecaldqm::MESet &)
Definition:
EcalMEFormatter.cc:59
edm::LuminosityBlock
Definition:
LuminosityBlock.h:50
DQMEDHarvester.h
ecaldqm::DQWorker
Definition:
DQWorker.h:41
EcalMEFormatter::MonitorElement
dqm::harvesting::MonitorElement MonitorElement
Definition:
EcalMEFormatter.h:11
EcalMEFormatter::EcalMEFormatter
EcalMEFormatter(edm::ParameterSet const &)
Definition:
EcalMEFormatter.cc:12
dqm::implementation::IGetter
Definition:
DQMStore.h:561
MESet.h
dqm::implementation::IBooker
Definition:
DQMStore.h:43
dqm::legacy::MonitorElement
Definition:
MonitorElement.h:466
EcalMEFormatter::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
EcalMEFormatter.cc:37
edm::EventSetup
Definition:
EventSetup.h:56
EcalMEFormatter::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &)
Definition:
EcalMEFormatter.cc:21
EcalMEFormatter
Definition:
EcalMEFormatter.h:9
EcalMEFormatter::DQMStore
dqm::harvesting::DQMStore DQMStore
Definition:
EcalMEFormatter.h:12
ecaldqm::MESet
Definition:
MESet.h:42
DQWorker.h
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
EcalMEFormatter::format_
void format_(DQMStore::IGetter &, bool)
Definition:
EcalMEFormatter.cc:39
edm::ParameterSet
Definition:
ParameterSet.h:47
dqm::legacy::DQMStore
Definition:
DQMStore.h:813
EcalMEFormatter::dqmEndLuminosityBlock
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
Definition:
EcalMEFormatter.cc:29
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.14