CMS 3D CMS Logo

PxCPEdbUploader.h

Go to the documentation of this file.
00001 #ifndef CalibTracker_SiPixelErrorEstimation_PxCPEdbUploader_h
00002 #define CalibTracker_SiPixelErrorEstimation_PxCPEdbUploader_h
00003 
00004 #include <memory>
00005 
00006 #include "FWCore/Framework/interface/Frameworkfwd.h"
00007 #include "FWCore/Framework/interface/EDAnalyzer.h"
00008 
00009 #include "FWCore/Framework/interface/Event.h"
00010 #include "FWCore/Framework/interface/MakerMacros.h"
00011 
00012 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00013 
00014 class PxCPEdbUploader : public edm::EDAnalyzer {
00015    public:
00016       explicit PxCPEdbUploader(const edm::ParameterSet&);
00017       ~PxCPEdbUploader();
00018 
00019 
00020    private:
00021       virtual void beginJob(const edm::EventSetup&) ;
00022       virtual void analyze(const edm::Event&, const edm::EventSetup&);
00023       virtual void endJob() ;
00024         std::string theFileName ;
00025 
00026 };
00027 
00028 #endif

Generated on Tue Jun 9 17:25:45 2009 for CMSSW by  doxygen 1.5.4