CMS 3D CMS Logo

hltParticleFlowClusterHCALForMuons_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltParticleFlowClusterHCALForMuons = cms.EDProducer("PFMultiDepthClusterProducer",
4  clustersSource = cms.InputTag("hltParticleFlowClusterHBHEForMuons"),
5  energyCorrector = cms.PSet(
6 
7  ),
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)
16  ),
17  minFractionToKeep = cms.double(1e-07),
18  nSigmaEta = cms.double(2.0),
19  nSigmaPhi = cms.double(2.0)
20  ),
21  positionReCalc = cms.PSet(
22 
23  )
24 )