1 import FWCore.ParameterSet.Config
as cms
4 FastjetParameters = cms.PSet(
7 FastjetNoPU = cms.PSet(
8 Active_Area_Repeats = cms.int32(0),
9 GhostArea = cms.double(1.0),
10 Ghost_EtaMax = cms.double(0.0),
11 UE_Subtraction = cms.string(
'no')
13 FastjetWithPU = cms.PSet(
14 Active_Area_Repeats = cms.int32(5),
15 GhostArea = cms.double(0.01),
16 Ghost_EtaMax = cms.double(6.0),
17 UE_Subtraction = cms.string(
'yes')