CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/EventFilter/SiStripRawToDigi/plugins/ExcludedFEDListProducer.h

Go to the documentation of this file.
00001 #ifndef EventFilter_SiStripRawToDigi_ExcludedFEDListProducer_H
00002 #define EventFilter_SiStripRawToDigi_ExcludedFEDListProducer_H
00003 
00004 #include "FWCore/Framework/interface/Frameworkfwd.h"
00005 #include "FWCore/Framework/interface/EDProducer.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/Framework/interface/MakerMacros.h"
00010 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00011 #include "DataFormats/Common/interface/Handle.h"
00012 #include "DataFormats/Common/interface/DetSetVector.h"
00013 #include "DataFormats/DetId/interface/DetIdCollection.h"
00014 #include "DataFormats/SiStripCommon/interface/SiStripConstants.h"
00015 #include "EventFilter/SiStripRawToDigi/interface/SiStripFEDBuffer.h"
00016 #include "CondFormats/SiStripObjects/interface/SiStripFedCabling.h"
00017 #include "boost/cstdint.hpp"
00018 #include <iostream>
00019 #include <string>
00020 #include <vector>
00021 
00022 namespace sistrip {
00023 
00024   class ExcludedFEDListProducer : public edm::EDProducer
00025   {
00026   public:
00028     ExcludedFEDListProducer( const edm::ParameterSet& pset );
00030     ~ExcludedFEDListProducer();
00031     void beginJob( const edm::EventSetup & es);
00032     void beginRun( edm::Run & run, const edm::EventSetup & es);
00033     void produce( edm::Event& event, const edm::EventSetup& es );
00034     void endJob();
00035     
00036   private:
00037     unsigned int runNumber_;
00038     edm::InputTag productLabel_;
00039     const SiStripFedCabling * cabling_;
00040     uint32_t cacheId_;
00041     DetIdCollection detids_;
00042   };
00043 }
00044 #endif // EventFilter_SiStripRawToDigi_ExcludedFEDListProducer_H