CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/CondTools/SiStrip/plugins/SiStripDetVOffFakeBuilder.h

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