Go to the documentation of this file.00001
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
00014
00015
00016 #include "OnlineDB/CSCCondDB/interface/CSCMap1.h"
00017
00018 class CSCMap1Read : public edm::EDAnalyzer {
00019 public:
00020 explicit CSCMap1Read(const edm::ParameterSet&);
00021 ~CSCMap1Read();
00022
00023 private:
00024 virtual void beginJob() ;
00025 virtual void analyze(const edm::Event&, const edm::EventSetup&);
00026 virtual void endJob() ;
00027 };