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
DQMOffline
PFTau
plugins
PFMETDQMAnalyzer.h
Go to the documentation of this file.
1
#ifndef __DQMOffline_PFTau_PFMETDQMAnalyzer__
2
#define __DQMOffline_PFTau_PFMETDQMAnalyzer__
3
4
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
7
8
#include "
FWCore/Utilities/interface/EDGetToken.h
"
9
#include "
FWCore/Utilities/interface/InputTag.h
"
10
11
#include "
DQMOffline/PFTau/interface/PFMETMonitor.h
"
12
13
#include "
DQMServices/Core/interface/DQMEDAnalyzer.h
"
14
15
class
PFMETDQMAnalyzer
:
public
DQMEDAnalyzer
{
16
public
:
17
PFMETDQMAnalyzer
(
const
edm::ParameterSet
&
parameterSet
);
18
19
private
:
20
void
analyze
(
edm::Event
const
&,
edm::EventSetup
const
&)
override
;
21
22
void
bookHistograms
(
DQMStore::IBooker
&,
edm::Run
const
&,
edm::EventSetup
const
&)
override
;
23
24
edm::EDGetTokenT<edm::View<reco::MET>
>
myMET_
;
25
edm::EDGetTokenT<edm::View<reco::MET>
>
myMatchedMET_
;
26
edm::InputTag
matchLabel_
;
27
edm::InputTag
inputLabel_
;
28
std::string
benchmarkLabel_
;
29
30
PFMETMonitor
pfMETMonitor_
;
31
32
edm::ParameterSet
pSet_
;
33
std::string
eventInfoFolder_
;
34
std::string
subsystemname_
;
35
36
int
nBadEvents_
;
37
};
38
39
#endif
PFMETDQMAnalyzer::pfMETMonitor_
PFMETMonitor pfMETMonitor_
Definition:
PFMETDQMAnalyzer.h:30
PFMETDQMAnalyzer::eventInfoFolder_
std::string eventInfoFolder_
Definition:
PFMETDQMAnalyzer.h:33
edm::Run
Definition:
Run.h:45
edm::EDGetTokenT
Definition:
EDGetToken.h:33
EDAnalyzer.h
PFMETDQMAnalyzer::myMET_
edm::EDGetTokenT< edm::View< reco::MET > > myMET_
Definition:
PFMETDQMAnalyzer.h:24
PFMETDQMAnalyzer::subsystemname_
std::string subsystemname_
Definition:
PFMETDQMAnalyzer.h:34
edm::parameterSet
ParameterSet const & parameterSet(StableProvenance const &provenance, ProcessHistory const &history)
Definition:
Provenance.cc:11
PFMETDQMAnalyzer
Definition:
PFMETDQMAnalyzer.h:15
PFMETDQMAnalyzer::analyze
void analyze(edm::Event const &, edm::EventSetup const &) override
Definition:
PFMETDQMAnalyzer.cc:58
PFMETDQMAnalyzer::benchmarkLabel_
std::string benchmarkLabel_
Definition:
PFMETDQMAnalyzer.h:28
PFMETDQMAnalyzer::PFMETDQMAnalyzer
PFMETDQMAnalyzer(const edm::ParameterSet ¶meterSet)
Definition:
PFMETDQMAnalyzer.cc:20
PFMETDQMAnalyzer::matchLabel_
edm::InputTag matchLabel_
Definition:
PFMETDQMAnalyzer.h:26
EDGetToken.h
DQMEDAnalyzer.h
DQMEDAnalyzer
Definition:
DQMEDAnalyzer.py:1
edm::ParameterSet
Definition:
ParameterSet.h:47
PFMETDQMAnalyzer::myMatchedMET_
edm::EDGetTokenT< edm::View< reco::MET > > myMatchedMET_
Definition:
PFMETDQMAnalyzer.h:25
PFMETMonitor
Definition:
PFMETMonitor.h:11
PFMETDQMAnalyzer::pSet_
edm::ParameterSet pSet_
Definition:
PFMETDQMAnalyzer.h:32
PFMETDQMAnalyzer::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition:
PFMETDQMAnalyzer.cc:44
edm::EventSetup
Definition:
EventSetup.h:58
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
InputTag.h
PFMETMonitor.h
Frameworkfwd.h
dqm::implementation::IBooker
Definition:
DQMStore.h:43
PFMETDQMAnalyzer::inputLabel_
edm::InputTag inputLabel_
Definition:
PFMETDQMAnalyzer.h:27
ParameterSet.h
PFMETDQMAnalyzer::nBadEvents_
int nBadEvents_
Definition:
PFMETDQMAnalyzer.h:36
edm::Event
Definition:
Event.h:73
edm::InputTag
Definition:
InputTag.h:15
Generated for CMSSW Reference Manual by
1.8.16