CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/CondTools/SiStrip/plugins/SiStripDetVOffReader.h

Go to the documentation of this file.
00001 #ifndef SiStripDetVOffReader_H
00002 #define SiStripDetVOffReader_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 #include "FWCore/Framework/interface/Frameworkfwd.h"
00017 #include "FWCore/Framework/interface/EDAnalyzer.h"
00018 #include "FWCore/Framework/interface/Event.h"
00019 #include "FWCore/ServiceRegistry/interface/Service.h"
00020 
00021 
00022 //
00023 //
00024 // class decleration
00025 //
00026 class SiStripDetVOffReader : public edm::EDAnalyzer {
00027 
00028 public:
00029   explicit SiStripDetVOffReader( const edm::ParameterSet& );
00030   ~SiStripDetVOffReader();
00031     
00032   void analyze( const edm::Event&, const edm::EventSetup& );
00033   
00034 private:
00035   bool printdebug_;
00036   std::vector<uint32_t> detids;
00037 };
00038 #endif
00039 
00040 /*  LocalWords:  ifndef
00041  */