CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
particleFlowClusterHCAL_cfi Namespace Reference

Variables

tuple particleFlowClusterHCAL
 

Variable Documentation

tuple particleFlowClusterHCAL_cfi.particleFlowClusterHCAL
Initial value:
1 = cms.EDProducer('PFMultiDepthClusterProducer',
2  clustersSource = cms.InputTag("particleFlowClusterHBHETimeSelected"),
3  pfClusterBuilder =cms.PSet(
4  algoName = cms.string("PFMultiDepthClusterizer"),
5  nSigmaEta = cms.double(2.),
6  nSigmaPhi = cms.double(2.),
7  #pf clustering parameters
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  logWeightDenominator = cms.double(0.8),#same as gathering threshold
14  minAllowedNormalization = cms.double(1e-9)
15  )
16  ),
17  positionReCalc = cms.PSet(),
18  energyCorrector = cms.PSet()
19 )

Definition at line 3 of file particleFlowClusterHCAL_cfi.py.