CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
13 
15 
16  void analyze(const edm::Event&, const edm::EventSetup&);
17  void beginJob(){};
18  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
19 
20  protected:
24 };
25 
26 #endif
void analyze(const edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< edm::View< reco::MET > > myColl_
edm::EDGetTokenT< edm::View< reco::MET > > myMatchColl_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
MatchMETBenchmarkAnalyzer(const edm::ParameterSet &parameterSet)
abtract base class for benchmark analyzers
ParameterSet const & parameterSet(Provenance const &provenance)
Definition: Provenance.cc:11
Definition: Run.h:43