CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
METBenchmarkAnalyzer.h
Go to the documentation of this file.
1 #ifndef __DQMOffline_PFTau_METBenchmarkAnalyzer__
2 #define __DQMOffline_PFTau_METBenchmarkAnalyzer__
3 
4 
7 
9 
10 class TH1F;
11 
13  public:
14 
16 
17  void analyze(const edm::Event&, const edm::EventSetup&);
18 
19  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
20 
22 };
23 
24 #endif
METBenchmarkAnalyzer(const edm::ParameterSet &parameterSet)
void analyze(const edm::Event &, const edm::EventSetup &)
To plot MET quantities.
Definition: METBenchmark.h:11
abtract base class for benchmark analyzers
edm::EDGetTokenT< edm::View< reco::MET > > myColl_
ParameterSet const & parameterSet(Provenance const &provenance)
Definition: Provenance.cc:11
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: Run.h:43