CMS 3D CMS Logo

SiStripApvGainReader.h

Go to the documentation of this file.
00001 #ifndef SiStripApvGainReader_H
00002 #define SiStripApvGainReader_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 
00019 class SiStripApvGainReader : public edm::EDAnalyzer {
00020 
00021  public:
00022   explicit SiStripApvGainReader( const edm::ParameterSet& );
00023   ~SiStripApvGainReader();
00024   
00025   void analyze( const edm::Event&, const edm::EventSetup& );
00026 
00027  private:
00028   uint32_t printdebug_;
00029 
00030 };
00031 #endif

Generated on Tue Jun 9 17:26:57 2009 for CMSSW by  doxygen 1.5.4