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 
15  void analyze(const edm::Event &, const edm::EventSetup &) override;
16  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
17 
18 protected:
22 };
23 
24 #endif
edm::EDGetTokenT< edm::View< reco::MET > > myColl_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
MatchMETBenchmarkAnalyzer(const edm::ParameterSet &parameterSet)
edm::EDGetTokenT< edm::View< reco::MET > > myMatchColl_
abtract base class for benchmark analyzers
void analyze(const edm::Event &, const edm::EventSetup &) override
ParameterSet const & parameterSet(Provenance const &provenance)
Definition: Provenance.cc:11
Definition: Run.h:45