2 algoName = cms.string(
"Basic2DGenericPFlowClusterizer"),
4 minFractionToKeep = cms.double(1e-7),
5 positionCalc = _positionCalcHO_cross_nodepth,
6 allCellsPositionCalc = _positionCalcHO_all_nodepth,
7 showerSigma = cms.double(10.0),
8 stoppingTolerance = cms.double(1e-8),
9 maxIterations = cms.uint32(50),
10 excludeOtherSeeds = cms.bool(
True),
11 minFracTot = cms.double(1e-20),
12 recHitEnergyNorms = cms.VPSet(
13 cms.PSet( detector = cms.string(
"HCAL_BARREL2_RING0"),
14 recHitEnergyNorm = cms.double(0.5)
16 cms.PSet( detector = cms.string(
"HCAL_BARREL2_RING1"),
17 recHitEnergyNorm = cms.double(1.0)