00001 import FWCore.ParameterSet.Config as cms 00002 00003 # Standard SISCone jets parameters 00004 # $Id: SISConeJetParameters_cfi.py,v 1.2.2.1 2008/10/09 19:04:05 oehler Exp $ 00005 SISConeJetParameters = cms.PSet( 00006 protojetPtMin = cms.double(0.0), 00007 00008 coneOverlapThreshold = cms.double(0.75), 00009 caching = cms.bool(False), 00010 maxPasses = cms.int32(0), 00011 splitMergeScale = cms.string('pttilde') 00012 ) 00013