DQMOffline
PFTau
plugins
CandidateBenchmarkAnalyzer.h
Go to the documentation of this file.
1
#ifndef __DQMOffline_PFTau_CandidateBenchmarkAnalyzer__
2
#define __DQMOffline_PFTau_CandidateBenchmarkAnalyzer__
3
4
#include "
DQMOffline/PFTau/interface/CandidateBenchmark.h
"
5
#include "
DQMOffline/PFTau/plugins/BenchmarkAnalyzer.h
"
6
7
#include "
FWCore/Utilities/interface/EDGetToken.h
"
8
9
class
TH1F;
10
11
class
CandidateBenchmarkAnalyzer
:
public
BenchmarkAnalyzer
,
public
CandidateBenchmark
{
12
public
:
13
typedef
dqm::legacy::DQMStore
DQMStore
;
14
15
CandidateBenchmarkAnalyzer
(
const
edm::ParameterSet
&
parameterSet
);
16
17
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
18
19
void
bookHistograms
(
DQMStore::IBooker
&,
edm::Run
const
&,
edm::EventSetup
const
&)
override
;
20
21
edm::EDGetTokenT<edm::View<reco::Candidate>
>
myColl_
;
22
};
23
24
#endif
CandidateBenchmarkAnalyzer::CandidateBenchmarkAnalyzer
CandidateBenchmarkAnalyzer(const edm::ParameterSet ¶meterSet)
Definition:
CandidateBenchmarkAnalyzer.cc:17
edm::Run
Definition:
Run.h:45
edm::EDGetTokenT
Definition:
EDGetToken.h:33
CandidateBenchmarkAnalyzer
Definition:
CandidateBenchmarkAnalyzer.h:11
BenchmarkAnalyzer.h
CandidateBenchmark
To plot Candidate quantities.
Definition:
CandidateBenchmark.h:10
BenchmarkAnalyzer
abtract base class for benchmark analyzers
Definition:
BenchmarkAnalyzer.h:14
CandidateBenchmarkAnalyzer::DQMStore
dqm::legacy::DQMStore DQMStore
Definition:
CandidateBenchmarkAnalyzer.h:13
dqm::legacy::DQMStore
Definition:
DQMStore.h:727
CandidateBenchmark.h
EDGetToken.h
edm::ParameterSet
Definition:
ParameterSet.h:36
CandidateBenchmarkAnalyzer::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition:
CandidateBenchmarkAnalyzer.cc:29
edm::EventSetup
Definition:
EventSetup.h:57
CandidateBenchmarkAnalyzer::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
CandidateBenchmarkAnalyzer.cc:36
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
CandidateBenchmarkAnalyzer::myColl_
edm::EDGetTokenT< edm::View< reco::Candidate > > myColl_
Definition:
CandidateBenchmarkAnalyzer.h:21
Generated for CMSSW Reference Manual by
1.8.16