CMS 3D CMS Logo

BeamSpotProducer.h

Go to the documentation of this file.
00001 #ifndef BeamSpotProducer_BeamSpotProducer_h
00002 #define BeamSpotProducer_BeamSpotProducer_h
00003 
00016 #include "FWCore/Framework/interface/EDProducer.h"
00017 #include "FWCore/Framework/interface/Event.h"
00018 #include "DataFormats/Common/interface/Handle.h"
00019 #include "FWCore/Framework/interface/ESHandle.h"
00020 #include "FWCore/Framework/interface/EventSetup.h"
00021 
00022 
00023 class BeamSpotProducer: public edm::EDProducer {
00024 
00025   public:
00026         typedef std::vector<edm::ParameterSet> Parameters;
00027 
00029         explicit BeamSpotProducer(const edm::ParameterSet& iConf);
00031         ~BeamSpotProducer();
00032         
00034         virtual void produce(edm::Event& iEvent, const edm::EventSetup& iSetup);
00035 
00036   private:
00037         
00038 };
00039 
00040 #endif

Generated on Tue Jun 9 17:46:01 2009 for CMSSW by  doxygen 1.5.4