Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
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