CMS 3D CMS Logo

MconeJetParameters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Standard Midpoint Cone Jets parameters
00004 # $Id
00005 MconeJetParameters = cms.PSet(
00006     maxIterations = cms.int32(100),
00007     coneAreaFraction = cms.double(1.0),
00008     overlapThreshold = cms.double(0.75),
00009     seedThreshold = cms.double(1.0),
00010     debugLevel = cms.untracked.int32(0),
00011     maxPairSize = cms.int32(2)
00012 )
00013 

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