CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/HLTriggerOffline/JetMET/interface/JetMETDQMPostProcessor.h

Go to the documentation of this file.
00001 #ifndef HLTriggerOffline_JetMET_JetMETDQMPosProcessor_H
00002 #define HLTriggerOffline_JetMET_JetMETDQMPosProcessor_H
00003 
00004 #include "FWCore/Framework/interface/Frameworkfwd.h"
00005 #include "FWCore/Framework/interface/EDAnalyzer.h"
00006 
00007 
00008 class JetMETDQMPostProcessor : public edm::EDAnalyzer {
00009  public:
00010   JetMETDQMPostProcessor(const edm::ParameterSet& pset);
00011   ~JetMETDQMPostProcessor() {};
00012 
00013   void analyze(const edm::Event& event, const edm::EventSetup& eventSetup) {};
00014   void endRun(edm::Run const&, edm::EventSetup const&);
00015   void endJob();
00016 
00017  private:
00018   std::string subDir_;
00019 
00020 };
00021 
00022 #endif