2 algoName = cms.string(
"Basic2DGenericPFlowClusterizer"),
4 minFractionToKeep = cms.double(1e-7),
5 positionCalc = _positionCalcHCAL_cross_nodepth,
6 allCellsPositionCalc = _positionCalcHCAL_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_BARREL1"),
14 recHitEnergyNorm = cms.double(0.8)
16 cms.PSet( detector = cms.string(
"HCAL_ENDCAP"),
17 recHitEnergyNorm = cms.double(0.8)