CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/TopQuarkAnalysis/TopEventProducers/interface/StGenEventReco.h

Go to the documentation of this file.
00001 #include <memory>
00002 #include <string>
00003 #include <vector>
00004 #include <map>
00005 
00006 #include "FWCore/Framework/interface/Frameworkfwd.h"
00007 #include "FWCore/Framework/interface/EDProducer.h"
00008 #include "FWCore/Framework/interface/Event.h"
00009 #include "FWCore/Utilities/interface/InputTag.h"
00010 #include "FWCore/Framework/interface/MakerMacros.h"
00011 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00012 #include "DataFormats/HepMCCandidate/interface/GenParticle.h"
00013 #include "FWCore/MessageLogger/interface/MessageLogger.h"
00014 
00015 class StGenEventReco : public edm::EDProducer {
00016  public:
00017 
00018   explicit StGenEventReco(const edm::ParameterSet&);
00019   ~StGenEventReco();
00020   virtual void produce(edm::Event&, const edm::EventSetup&);
00021 
00022  private:
00023   
00024   void fillInitialPartons(const reco::GenParticle*, std::vector<const reco::GenParticle*>&);
00025   
00026  private:
00027   
00028   edm::InputTag src_, init_; 
00029 };