CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/TopQuarkAnalysis/TopEventProducers/interface/TtGenEventReco.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 TtGenEventReco : public edm::EDProducer {
00007 
00008  public:
00009 
00010   explicit TtGenEventReco(const edm::ParameterSet&);
00011   ~TtGenEventReco();
00012   virtual void produce(edm::Event&, const edm::EventSetup&);
00013 
00014  private:
00015 
00016   edm::InputTag src_;
00017   edm::InputTag init_;
00018 };