1 = cms.EDProducer(
'PFMultiDepthClusterProducer',
2 clustersSource = cms.InputTag(
"particleFlowClusterHBHE"),
3 pfClusterBuilder =cms.PSet(
4 algoName = cms.string(
"PFMultiDepthClusterizer"),
5 nSigmaEta = cms.double(2.),
6 nSigmaPhi = cms.double(2.),
8 minFractionToKeep = cms.double(1e-7),
9 allCellsPositionCalc = cms.PSet(
10 algoName = cms.string(
"Basic2DGenericPFlowPositionCalc"),
11 minFractionInCalc = cms.double(1e-9),
12 posCalcNCrystals = cms.int32(-1),
13 logWeightDenominatorByDetector = cms.VPSet(
14 cms.PSet( detector = cms.string(
"HCAL_BARREL1"),
15 depths = cms.vint32(1, 2, 3, 4),
16 logWeightDenominator = _thresholdsHB,
18 cms.PSet( detector = cms.string(
"HCAL_ENDCAP"),
19 depths = cms.vint32(1, 2, 3, 4, 5, 6, 7),
20 logWeightDenominator = _thresholdsHE,
23 minAllowedNormalization = cms.double(1e-9)
26 positionReCalc = cms.PSet(),
27 energyCorrector = cms.PSet()