CMS 3D CMS Logo

PFV0Producer.h

Go to the documentation of this file.
00001 #ifndef PFV0Producer_H
00002 #define PFV0Producer_H
00003 
00004 #include "FWCore/Framework/interface/EDProducer.h"
00005 #include "FWCore/Framework/interface/Event.h"
00006 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00007 #include "FWCore/Framework/interface/MakerMacros.h"
00008 #include "FWCore/Framework/interface/Frameworkfwd.h"
00009 
00010 class PFV0Producer : public edm::EDProducer {
00011 public:
00012   
00014   explicit PFV0Producer(const edm::ParameterSet&);
00015   
00017   ~PFV0Producer();
00018   
00019 private:
00020   virtual void beginJob(const edm::EventSetup&) ;
00021   virtual void endJob() ;
00022   
00024   virtual void produce(edm::Event&, const edm::EventSetup&);
00025 
00027   edm::ParameterSet conf_;
00028 };
00029 #endif

Generated on Tue Jun 9 17:44:49 2009 for CMSSW by  doxygen 1.5.4