CMS 3D CMS Logo

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

Variables

tuple _thresholdsHB = cms.vdouble(0.8, 0.8, 0.8, 0.8)
 
tuple _thresholdsHBphase1 = cms.vdouble(0.1, 0.2, 0.3, 0.3)
 
tuple _thresholdsHE = cms.vdouble(0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8)
 
tuple _thresholdsHEphase1 = cms.vdouble(0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2)
 
tuple particleFlowClusterHCAL
 
tuple particleFlowClusterHCALOnly
 
tuple pfClusterBuilder
 

Variable Documentation

tuple particleFlowClusterHCAL_cfi._thresholdsHB = cms.vdouble(0.8, 0.8, 0.8, 0.8)

Definition at line 3 of file particleFlowClusterHCAL_cfi.py.

tuple particleFlowClusterHCAL_cfi._thresholdsHBphase1 = cms.vdouble(0.1, 0.2, 0.3, 0.3)

Definition at line 5 of file particleFlowClusterHCAL_cfi.py.

tuple particleFlowClusterHCAL_cfi._thresholdsHE = cms.vdouble(0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8)

Definition at line 4 of file particleFlowClusterHCAL_cfi.py.

tuple particleFlowClusterHCAL_cfi._thresholdsHEphase1 = cms.vdouble(0.1, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2)

Definition at line 6 of file particleFlowClusterHCAL_cfi.py.

tuple particleFlowClusterHCAL_cfi.particleFlowClusterHCAL
Initial value:
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.),
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  logWeightDenominatorByDetector = cms.VPSet(
14  cms.PSet( detector = cms.string("HCAL_BARREL1"),
15  depths = cms.vint32(1, 2, 3, 4),
16  logWeightDenominator = _thresholdsHB,
17  ),
18  cms.PSet( detector = cms.string("HCAL_ENDCAP"),
19  depths = cms.vint32(1, 2, 3, 4, 5, 6, 7),
20  logWeightDenominator = _thresholdsHE,
21  )
22  ),
23  minAllowedNormalization = cms.double(1e-9)
24  )
25  ),
26  positionReCalc = cms.PSet(),
27  energyCorrector = cms.PSet()
28 )

Definition at line 8 of file particleFlowClusterHCAL_cfi.py.

tuple particleFlowClusterHCAL_cfi.particleFlowClusterHCALOnly
Initial value:
1 = particleFlowClusterHCAL.clone(
2  clustersSource = "particleFlowClusterHBHEOnly"
3 )

Definition at line 55 of file particleFlowClusterHCAL_cfi.py.

tuple particleFlowClusterHCAL_cfi.pfClusterBuilder
Initial value:
1 = dict(
2  allCellsPositionCalc = dict(logWeightDenominatorByDetector = {1 : dict(logWeightDenominator = _thresholdsHEphase1) } ),
3  )

Definition at line 41 of file particleFlowClusterHCAL_cfi.py.