DQMOffline
PFTau
plugins
MatchMETBenchmarkAnalyzer.h
Go to the documentation of this file.
1
#ifndef __DQMOffline_PFTau_MatchMETBenchmarkAnalyzer__
2
#define __DQMOffline_PFTau_MatchMETBenchmarkAnalyzer__
3
4
#include "
DQMOffline/PFTau/interface/MatchMETBenchmark.h
"
5
#include "
DQMOffline/PFTau/plugins/BenchmarkAnalyzer.h
"
6
7
#include "
FWCore/Utilities/interface/EDGetToken.h
"
8
9
class
TH1F;
10
11
class
MatchMETBenchmarkAnalyzer
:
public
BenchmarkAnalyzer
,
public
MatchMETBenchmark
{
12
public
:
13
typedef
dqm::legacy::DQMStore
DQMStore
;
14
15
MatchMETBenchmarkAnalyzer
(
const
edm::ParameterSet
&
parameterSet
);
16
17
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
18
void
bookHistograms
(
DQMStore::IBooker
&,
edm::Run
const
&,
edm::EventSetup
const
&)
override
;
19
20
protected
:
21
edm::EDGetTokenT<edm::View<reco::MET>
>
myColl_
;
22
edm::EDGetTokenT<edm::View<reco::MET>
>
myMatchColl_
;
23
edm::InputTag
matchedInputLabel_
;
24
};
25
26
#endif
MatchMETBenchmarkAnalyzer::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition:
MatchMETBenchmarkAnalyzer.cc:23
MatchMETBenchmarkAnalyzer::myMatchColl_
edm::EDGetTokenT< edm::View< reco::MET > > myMatchColl_
Definition:
MatchMETBenchmarkAnalyzer.h:22
edm::Run
Definition:
Run.h:45
edm::EDGetTokenT
Definition:
EDGetToken.h:33
MatchMETBenchmarkAnalyzer::MatchMETBenchmarkAnalyzer
MatchMETBenchmarkAnalyzer(const edm::ParameterSet ¶meterSet)
Definition:
MatchMETBenchmarkAnalyzer.cc:15
BenchmarkAnalyzer.h
BenchmarkAnalyzer
abtract base class for benchmark analyzers
Definition:
BenchmarkAnalyzer.h:14
dqm::legacy::DQMStore
Definition:
DQMStore.h:727
MatchMETBenchmarkAnalyzer::DQMStore
dqm::legacy::DQMStore DQMStore
Definition:
MatchMETBenchmarkAnalyzer.h:13
MatchMETBenchmark.h
MatchMETBenchmark
Definition:
MatchMETBenchmark.h:13
EDGetToken.h
MatchMETBenchmarkAnalyzer::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
MatchMETBenchmarkAnalyzer.cc:30
edm::ParameterSet
Definition:
ParameterSet.h:36
MatchMETBenchmarkAnalyzer
Definition:
MatchMETBenchmarkAnalyzer.h:11
edm::EventSetup
Definition:
EventSetup.h:57
MatchMETBenchmarkAnalyzer::myColl_
edm::EDGetTokenT< edm::View< reco::MET > > myColl_
Definition:
MatchMETBenchmarkAnalyzer.h:21
edm::parameterSet
ParameterSet const & parameterSet(Provenance const &provenance, ProcessHistory const &history)
Definition:
Provenance.cc:11
dqm::implementation::IBooker
Definition:
DQMStore.h:43
edm::Event
Definition:
Event.h:73
MatchMETBenchmarkAnalyzer::matchedInputLabel_
edm::InputTag matchedInputLabel_
Definition:
MatchMETBenchmarkAnalyzer.h:23
edm::InputTag
Definition:
InputTag.h:15
Generated for CMSSW Reference Manual by
1.8.16