CMS 3D CMS Logo

SISConeJetParameters_cfi.py

Go to the documentation of this file.
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 

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