CMS 3D CMS Logo

EmDQMPostProcessor.h

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

Generated on Tue Jun 9 17:38:01 2009 for CMSSW by  doxygen 1.5.4