5 FastjetParameters = cms.PSet(
8 FastjetNoPU = cms.PSet(
9 Active_Area_Repeats = cms.int32(0),
10 GhostArea = cms.double(1.0),
11 Ghost_EtaMax = cms.double(0.0),
12 UE_Subtraction = cms.string(
'no')
14 FastjetWithPU = cms.PSet(
15 Active_Area_Repeats = cms.int32(5),
16 GhostArea = cms.double(0.01),
17 Ghost_EtaMax = cms.double(6.0),
18 UE_Subtraction = cms.string(
'yes')