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 
8 
9 class TH1F;
10 
12  public:
13 
14  METBenchmarkAnalyzer(const edm::ParameterSet& parameterSet);
15 
16  void analyze(const edm::Event&, const edm::EventSetup&);
17  void beginJob() ;
18  void endJob();
19 
20 };
21 
22 #endif
METBenchmarkAnalyzer(const edm::ParameterSet &parameterSet)
void analyze(const edm::Event &, const edm::EventSetup &)
To plot MET quantities.
Definition: METBenchmark.h:9
abtract base class for benchmark analyzers