CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CondTools/SiStrip/plugins/SiStripSummaryReader.h

Go to the documentation of this file.
00001 #ifndef SiStripSummaryReader_H
00002 #define SiStripSummaryReader_H
00003 
00004 // system include files
00005 //#include <memory>
00006 
00007 // user include files
00008 #include "FWCore/Framework/interface/Frameworkfwd.h"
00009 #include "FWCore/Framework/interface/EDAnalyzer.h"
00010 #include "FWCore/Framework/interface/Event.h"
00011 #include "FWCore/Framework/interface/EventSetup.h"
00012 #include "FWCore/Framework/interface/ESHandle.h"
00013 #include "FWCore/ServiceRegistry/interface/Service.h"
00014 #include "FWCore/MessageLogger/interface/MessageLogger.h"
00015 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00016 
00017 
00018 class SiStripSummaryReader : public edm::EDAnalyzer {
00019 
00020  public:
00021   explicit SiStripSummaryReader( const edm::ParameterSet& );
00022   ~SiStripSummaryReader();
00023   
00024   void analyze( const edm::Event&, const edm::EventSetup& );
00025     
00026  private:
00027   uint32_t printdebug_;
00028 };
00029 #endif