CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DQMOffline/PFTau/plugins/MatchMETBenchmarkAnalyzer.h

Go to the documentation of this file.
00001 #ifndef __DQMOffline_PFTau_MatchMETBenchmarkAnalyzer__
00002 #define __DQMOffline_PFTau_MatchMETBenchmarkAnalyzer__
00003 
00004 #include "DQMOffline/PFTau/plugins/BenchmarkAnalyzer.h"
00005 #include "DQMOffline/PFTau/interface/MatchMETBenchmark.h"
00006 
00007 class TH1F; 
00008 
00009 class MatchMETBenchmarkAnalyzer: public BenchmarkAnalyzer, public MatchMETBenchmark {
00010  public:
00011   
00012   MatchMETBenchmarkAnalyzer(const edm::ParameterSet& parameterSet);
00013   
00014   void analyze(const edm::Event&, const edm::EventSetup&);
00015   void beginJob() ;
00016   void endJob();
00017 
00018  protected:
00019   edm::InputTag matchedinputLabel_;
00020 };
00021 
00022 #endif