CMS 3D CMS Logo

CaloJetParameters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Standard CalooJets parameters
00004 # $Id: CaloJetParameters_cfi.py,v 1.3.2.1 2008/10/09 19:04:05 oehler Exp $
00005 CaloJetParameters = cms.PSet(
00006     src = cms.InputTag("towerMaker"),
00007     verbose = cms.untracked.bool(False),
00008     jetPtMin = cms.double(1.0),
00009     inputEtMin = cms.double(0.5),
00010     jetType = cms.untracked.string('CaloJet'),
00011     inputEMin = cms.double(0.0)
00012 )
00013 

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