CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_3/src/OnlineDB/CSCCondDB/interface/CSCCableReadTest.h

Go to the documentation of this file.
00001 // user include files
00002 
00003 #include "FWCore/Framework/interface/Frameworkfwd.h"
00004 #include "FWCore/Framework/interface/EDAnalyzer.h"
00005 
00006 #include "FWCore/Framework/interface/Event.h"
00007 
00008 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00009 
00010 #include "FWCore/Framework/interface/EventSetup.h"
00011 
00012 //
00013 // class declaration
00014 //
00015 
00016 #include "OnlineDB/CSCCondDB/interface/CSCCableRead.h"
00017 
00018 class CSCCableReadTest : public edm::EDAnalyzer {
00019  public:
00020   explicit CSCCableReadTest(const edm::ParameterSet&);
00021   ~CSCCableReadTest();
00022   
00023  private:
00024       virtual void beginJob() ;
00025       virtual void analyze(const edm::Event&, const edm::EventSetup&);
00026       virtual void endJob() ;
00027 };