CMS 3D CMS Logo

CaloJetPileupSubtractionParameters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Standard CalooJets parameters
00004 # $Id: CaloJetPileupSubtractionParameters_cfi.py,v 1.3 2008/07/16 15:01:07 kodolova Exp $
00005 CaloJetPileupSubtractionParameters = cms.PSet(
00006     src = cms.InputTag("towerMaker"),
00007     inputEtJetMin = cms.double(10.0),
00008     inputEtMin = cms.double(0.5),
00009     nSigmaPU = cms.double(1.0),
00010     radiusPU = cms.double(0.5),
00011     jetType = cms.untracked.string('CaloJetPileupSubtraction'),
00012     inputEMin = cms.double(0.0),
00013     verbose = cms.untracked.bool(False)
00014 )
00015 

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