CMS 3D CMS Logo

METBenchmarkAnalyzer.h
Go to the documentation of this file.
1 #ifndef __DQMOffline_PFTau_METBenchmarkAnalyzer__
2 #define __DQMOffline_PFTau_METBenchmarkAnalyzer__
3 
6 
8 
9 class TH1F;
10 
12 public:
14 
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 
22 };
23 
24 #endif
METBenchmarkAnalyzer::myColl_
edm::EDGetTokenT< edm::View< reco::MET > > myColl_
Definition: METBenchmarkAnalyzer.h:21
edm::Run
Definition: Run.h:45
METBenchmark
To plot MET quantities.
Definition: METBenchmark.h:11
edm::EDGetTokenT
Definition: EDGetToken.h:33
BenchmarkAnalyzer.h
METBenchmarkAnalyzer::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: METBenchmarkAnalyzer.cc:36
edm::parameterSet
ParameterSet const & parameterSet(StableProvenance const &provenance, ProcessHistory const &history)
Definition: Provenance.cc:11
BenchmarkAnalyzer
abtract base class for benchmark analyzers
Definition: BenchmarkAnalyzer.h:14
dqm::legacy::DQMStore
Definition: DQMStore.h:727
EDGetToken.h
edm::ParameterSet
Definition: ParameterSet.h:47
edm::EventSetup
Definition: EventSetup.h:58
METBenchmarkAnalyzer::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: METBenchmarkAnalyzer.cc:29
METBenchmarkAnalyzer
Definition: METBenchmarkAnalyzer.h:11
METBenchmark.h
dqm::implementation::IBooker
Definition: DQMStore.h:43
edm::Event
Definition: Event.h:73
METBenchmarkAnalyzer::DQMStore
dqm::legacy::DQMStore DQMStore
Definition: METBenchmarkAnalyzer.h:13
METBenchmarkAnalyzer::METBenchmarkAnalyzer
METBenchmarkAnalyzer(const edm::ParameterSet &parameterSet)
Definition: METBenchmarkAnalyzer.cc:17