CMS 3D CMS Logo

KtJetProducer.cc

Go to the documentation of this file.
00001 // File: KtJetProducer.cc
00002 // Description:  see KtJetProducer.h
00003 // Author:  Andreas Oehler, University Karlsruhe (TH)
00004 // Creation Date:  Nov. 06 2006 Initial version.
00005 //--------------------------------------------
00006 #include <memory>
00007 
00008 #include "FWCore/Framework/interface/MakerMacros.h"
00009 #include "KtJetProducer.h"
00010 
00011 using namespace std;
00012 using namespace reco;
00013 using namespace JetReco;
00014 
00015 namespace {
00016   const bool debug = false;
00017 
00018 }
00019 
00020 namespace cms
00021 {
00022 
00023   // Constructor takes input parameters now: to be replaced with parameter set.
00024   KtJetProducer::KtJetProducer(const edm::ParameterSet& conf)
00025     : BaseJetProducer (conf), alg_(conf)
00026 
00027   {}
00028 
00029   // run algorithm itself
00030   bool KtJetProducer::runAlgorithm (const InputCollection& fInput, 
00031                      OutputCollection* fOutput) {
00032     alg_.run (fInput, fOutput);
00033 
00034     return true;
00035   }
00036   //  DEFINE_FWK_MODULE( KtJetProducer );
00037 }
00038 

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