CMS 3D CMS Logo

IterativeConePilupSubtractionJetProducer.cc

Go to the documentation of this file.
00001 #include "IterativeConePilupSubtractionJetProducer.h"
00002 
00003 using namespace std;
00004 using namespace reco;
00005 
00006 namespace {
00007   const bool debug = false;
00008 
00009 }
00010 
00011 namespace cms {
00012 
00013   IterativeConePilupSubtractionJetProducer::IterativeConePilupSubtractionJetProducer(edm::ParameterSet const& conf):
00014     BasePilupSubtractionJetProducer (conf),
00015     alg_(conf.getParameter<double>("seedThreshold"),
00016          conf.getParameter<double>("coneRadius"))
00017   {}
00018 
00019   // run algorithm itself
00020   bool IterativeConePilupSubtractionJetProducer::runAlgorithm (const JetReco::InputCollection& fInput, 
00021                      JetReco::OutputCollection* fOutput) {
00022     alg_.run (fInput, fOutput);
00023     return true;
00024   }
00025 }
00026 
00027 

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