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 
7 class TH1F;
8 
10  public:
11 
12  MatchMETBenchmarkAnalyzer(const edm::ParameterSet& parameterSet);
13 
14  void analyze(const edm::Event&, const edm::EventSetup&);
15  void beginJob() ;
16  void endJob();
17 
18  protected:
20 };
21 
22 #endif
void analyze(const edm::Event &, const edm::EventSetup &)
MatchMETBenchmarkAnalyzer(const edm::ParameterSet &parameterSet)
abtract base class for benchmark analyzers