1 import FWCore.ParameterSet.Config
as cms
3 hltParticleFlowClusterHCALForMuons = cms.EDProducer(
"PFMultiDepthClusterProducer",
4 clustersSource = cms.InputTag(
"hltParticleFlowClusterHBHEForMuons"),
5 energyCorrector = cms.PSet(
8 pfClusterBuilder = cms.PSet(
9 algoName = cms.string(
'PFMultiDepthClusterizer'),
10 allCellsPositionCalc = cms.PSet(
11 algoName = cms.string(
'Basic2DGenericPFlowPositionCalc'),
12 logWeightDenominator = cms.double(0.8),
13 minAllowedNormalization = cms.double(1e-09),
14 minFractionInCalc = cms.double(1e-09),
15 posCalcNCrystals = cms.int32(-1)
17 minFractionToKeep = cms.double(1e-07),
18 nSigmaEta = cms.double(2.0),
19 nSigmaPhi = cms.double(2.0)
21 positionReCalc = cms.PSet(