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
PFMuonDQMAnalyzer.h
Go to the documentation of this file.
1
#ifndef __DQMOffline_PFTau_PFMuonDQMAnalyzer__
2
#define __DQMOffline_PFTau_PFMuonDQMAnalyzer__
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/PFCandidateMonitor.h
"
12
13
#include "
DQMServices/Core/interface/DQMEDAnalyzer.h
"
14
15
class
PFMuonDQMAnalyzer
:
public
DQMEDAnalyzer
{
16
public
:
17
PFMuonDQMAnalyzer
(
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::Muon>
>
myCand_
;
25
edm::EDGetTokenT<edm::View<reco::Muon>
>
myMatchedCand_
;
26
edm::InputTag
matchLabel_
;
27
edm::InputTag
inputLabel_
;
28
std::string
benchmarkLabel_
;
29
bool
createEfficiencyHistos_
;
30
31
double
ptBase_
;
32
double
ptNotPF_
;
33
34
PFCandidateMonitor
pfCandidateMonitor_
;
35
36
edm::ParameterSet
pSet_
;
37
std::string
eventInfoFolder_
;
38
std::string
subsystemname_
;
39
40
int
nBadEvents_
;
41
};
42
43
#endif
PFMuonDQMAnalyzer::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition:
PFMuonDQMAnalyzer.cc:44
PFMuonDQMAnalyzer::myCand_
edm::EDGetTokenT< edm::View< reco::Muon > > myCand_
Definition:
PFMuonDQMAnalyzer.h:24
PFMuonDQMAnalyzer::inputLabel_
edm::InputTag inputLabel_
Definition:
PFMuonDQMAnalyzer.h:27
edm::Run
Definition:
Run.h:45
edm::EDGetTokenT
Definition:
EDGetToken.h:33
EDAnalyzer.h
PFMuonDQMAnalyzer::pSet_
edm::ParameterSet pSet_
Definition:
PFMuonDQMAnalyzer.h:36
PFMuonDQMAnalyzer::pfCandidateMonitor_
PFCandidateMonitor pfCandidateMonitor_
Definition:
PFMuonDQMAnalyzer.h:34
edm::parameterSet
ParameterSet const & parameterSet(StableProvenance const &provenance, ProcessHistory const &history)
Definition:
Provenance.cc:11
PFMuonDQMAnalyzer::ptNotPF_
double ptNotPF_
Definition:
PFMuonDQMAnalyzer.h:32
PFMuonDQMAnalyzer::ptBase_
double ptBase_
Definition:
PFMuonDQMAnalyzer.h:31
PFMuonDQMAnalyzer::myMatchedCand_
edm::EDGetTokenT< edm::View< reco::Muon > > myMatchedCand_
Definition:
PFMuonDQMAnalyzer.h:25
PFMuonDQMAnalyzer::eventInfoFolder_
std::string eventInfoFolder_
Definition:
PFMuonDQMAnalyzer.h:37
PFMuonDQMAnalyzer::subsystemname_
std::string subsystemname_
Definition:
PFMuonDQMAnalyzer.h:38
EDGetToken.h
DQMEDAnalyzer.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
DQMEDAnalyzer
Definition:
DQMEDAnalyzer.py:1
PFMuonDQMAnalyzer::analyze
void analyze(edm::Event const &, edm::EventSetup const &) override
Definition:
PFMuonDQMAnalyzer.cc:58
edm::ParameterSet
Definition:
ParameterSet.h:47
PFCandidateMonitor.h
PFMuonDQMAnalyzer::PFMuonDQMAnalyzer
PFMuonDQMAnalyzer(const edm::ParameterSet ¶meterSet)
Definition:
PFMuonDQMAnalyzer.cc:19
PFMuonDQMAnalyzer::benchmarkLabel_
std::string benchmarkLabel_
Definition:
PFMuonDQMAnalyzer.h:28
edm::EventSetup
Definition:
EventSetup.h:58
PFMuonDQMAnalyzer::matchLabel_
edm::InputTag matchLabel_
Definition:
PFMuonDQMAnalyzer.h:26
PFMuonDQMAnalyzer
Definition:
PFMuonDQMAnalyzer.h:15
InputTag.h
Frameworkfwd.h
PFCandidateMonitor
Definition:
PFCandidateMonitor.h:16
dqm::implementation::IBooker
Definition:
DQMStore.h:43
PFMuonDQMAnalyzer::nBadEvents_
int nBadEvents_
Definition:
PFMuonDQMAnalyzer.h:40
ParameterSet.h
edm::Event
Definition:
Event.h:73
edm::InputTag
Definition:
InputTag.h:15
PFMuonDQMAnalyzer::createEfficiencyHistos_
bool createEfficiencyHistos_
Definition:
PFMuonDQMAnalyzer.h:29
Generated for CMSSW Reference Manual by
1.8.16