CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondTools/SiStrip/plugins/SiStripFedCablingReader.h

Go to the documentation of this file.
00001 #ifndef CondTools_SiStrip_FedCablingReader_H
00002 #define CondTools_SiStrip_FedCablingReader_H
00003 
00004 #include "FWCore/Framework/interface/EDAnalyzer.h"
00005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00006 #include "FWCore/Framework/interface/Event.h"
00007 #include "FWCore/Framework/interface/EventSetup.h"
00008 
00009 class SiStripFedCablingReader : public edm::EDAnalyzer {
00010 
00011  public:
00012   
00013   SiStripFedCablingReader( const edm::ParameterSet& );
00014   
00015   ~SiStripFedCablingReader() {;}
00016 
00017   void beginRun( const edm::Run&, const edm::EventSetup& );
00018 
00019   void analyze(const edm::Event&, const edm::EventSetup&){;}
00020   
00021  private:
00022 
00023   bool printFecCabling_;
00024   bool printDetCabling_;
00025   bool printRegionCabling_;
00026 
00027 };
00028 
00029 #endif // CondTools_SiStrip_FedCablingReader_H