CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/TopQuarkAnalysis/TopEventProducers/interface/StGenEventReco.h

Go to the documentation of this file.
00001 #include "FWCore/Framework/interface/EDProducer.h"
00002 #include "FWCore/Framework/interface/Event.h"
00003 #include "FWCore/Utilities/interface/InputTag.h"
00004 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00005 
00006 class StGenEventReco : public edm::EDProducer {
00007 
00008  public:
00009 
00010   explicit StGenEventReco(const edm::ParameterSet&);
00011   ~StGenEventReco();
00012   virtual void produce(edm::Event&, const edm::EventSetup&);
00013   
00014  private:
00015   
00016   edm::InputTag src_;
00017   edm::InputTag init_; 
00018 };