Go to the documentation of this file.00001 #ifndef BeamSpotProducer_BeamSpotFromDB_h
00002 #define BeamSpotProducer_BeamSpotFromDB_h
00003
00017
00018 #include <string>
00019
00020 #include "FWCore/Framework/interface/Frameworkfwd.h"
00021 #include "FWCore/Framework/interface/EDAnalyzer.h"
00022 #include "FWCore/Framework/interface/Event.h"
00023 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00024
00025
00026 class BeamSpotFromDB : public edm::EDAnalyzer {
00027 public:
00028 explicit BeamSpotFromDB(const edm::ParameterSet&);
00029 ~BeamSpotFromDB();
00030
00031 private:
00032 virtual void beginJob() ;
00033 virtual void analyze(const edm::Event&, const edm::EventSetup&);
00034 virtual void endJob() ;
00035
00036
00037 };
00038
00039 #endif