cms.EDProducer("PFClusterProducer",\
energyCorrector = cms.PSet(\
),\
initialClusteringStep = cms.PSet(\
algoName = cms.string('Basic2DGenericTopoClusterizer'),\
thresholdsByDetector = cms.VPSet(\
cms.PSet(\
detector = cms.string('HF_EM'),\
gatheringThreshold = cms.double(0.8),\
gatheringThresholdPt = cms.double(0.0)\
),\
cms.PSet(\
detector = cms.string('HF_HAD'),\
gatheringThreshold = cms.double(0.8),\
gatheringThresholdPt = cms.double(0.0)\
)\
),\
useCornerCells = cms.bool(False)\
),\
pfClusterBuilder = cms.PSet(\
algoName = cms.string('Basic2DGenericPFlowClusterizer'),\
allCellsPositionCalc = cms.PSet(\
algoName = cms.string('Basic2DGenericPFlowPositionCalc'),\
logWeightDenominator = cms.double(0.8),\
minAllowedNormalization = cms.double(1e-09),\
minFractionInCalc = cms.double(1e-09),\
posCalcNCrystals = cms.int32(-1)\
),\
excludeOtherSeeds = cms.bool(True),\
maxIterations = cms.uint32(50),\
minFracTot = cms.double(1e-20),\
minFractionToKeep = cms.double(1e-07),\
positionCalc = cms.PSet(\
algoName = cms.string('Basic2DGenericPFlowPositionCalc'),\
logWeightDenominator = cms.double(0.8),\
minAllowedNormalization = cms.double(1e-09),\
minFractionInCalc = cms.double(1e-09),\
posCalcNCrystals = cms.int32(5)\
),\
recHitEnergyNorms = cms.VPSet(\
cms.PSet(\
detector = cms.string('HF_EM'),\
recHitEnergyNorm = cms.double(0.8)\
),\
cms.PSet(\
detector = cms.string('HF_HAD'),\
recHitEnergyNorm = cms.double(0.8)\
)\
),\
showerSigma = cms.double(10.0),\
stoppingTolerance = cms.double(1e-08)\
),\
positionReCalc = cms.PSet(\
),\
recHitCleaners = cms.VPSet(),\
recHitsSource = cms.InputTag("hltParticleFlowRecHitHF"),\
seedCleaners = cms.VPSet(),\
seedFinder = cms.PSet(\
algoName = cms.string('LocalMaximumSeedFinder'),\
nNeighbours = cms.int32(0),\
thresholdsByDetector = cms.VPSet(\
cms.PSet(\
detector = cms.string('HF_EM'),\
seedingThreshold = cms.double(1.4),\
seedingThresholdPt = cms.double(0.0)\
),\
cms.PSet(\
detector = cms.string('HF_HAD'),\
seedingThreshold = cms.double(1.4),\
seedingThresholdPt = cms.double(0.0)\
)\
)\
),\
usePFThresholdsFromDB = cms.bool(False)\
)\