CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/RecoParticleFlow/PFProducer/plugins/PFConcretePFCandidateProducer.h

Go to the documentation of this file.
00001 #ifndef RecoParticleFlow_PFProducer_PFPConcretePFCandidateProducer_h_
00002 #define RecoParticleFlow_PFProducer_PFPConcretePFCandidateProducer_h_
00003 
00004 // system include files
00005 #include <string>
00006 
00007 // user include files
00008 #include "FWCore/Framework/interface/Frameworkfwd.h"
00009 #include "FWCore/Framework/interface/EDProducer.h"
00010 #include "FWCore/Framework/interface/Event.h"
00011 
00012 // useful?
00013 #include "FWCore/Framework/interface/MakerMacros.h"
00014 
00015 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00016 
00017 class PFConcretePFCandidateProducer : public edm::EDProducer {
00018  public:
00019   explicit PFConcretePFCandidateProducer(const edm::ParameterSet&);
00020   ~PFConcretePFCandidateProducer();
00021   
00022   virtual void produce(edm::Event&, const edm::EventSetup&);
00023 
00024  private:
00025 
00026   edm::InputTag  inputColl_;
00027 };
00028 
00029 #endif