CMS 3D CMS Logo

MatchMETBenchmarkAnalyzer.h
Go to the documentation of this file.
1 #ifndef __DQMOffline_PFTau_MatchMETBenchmarkAnalyzer__
2 #define __DQMOffline_PFTau_MatchMETBenchmarkAnalyzer__
3 
6 
8 
9 class TH1F;
10 
12 public:
14 
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:
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 &parameterSet)
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