CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/RecoJets/JetProducers/python/FastjetParameters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Generic parameters for PU subtraction
00004 # $Id: FastjetParameters_cfi.py,v 1.2 2008/04/21 03:28:19 rpw Exp $
00005 FastjetParameters = cms.PSet(
00006 
00007 )
00008 FastjetNoPU = cms.PSet(
00009     Active_Area_Repeats = cms.int32(0),
00010     GhostArea = cms.double(1.0),
00011     Ghost_EtaMax = cms.double(0.0),
00012     UE_Subtraction = cms.string('no')
00013 )
00014 FastjetWithPU = cms.PSet(
00015     Active_Area_Repeats = cms.int32(5),
00016     GhostArea = cms.double(0.01),
00017     Ghost_EtaMax = cms.double(6.0),
00018     UE_Subtraction = cms.string('yes')
00019 )
00020