CMS 3D CMS Logo

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

Variables

tuple _localMaxSeeds_HF
 
tuple _pfClusterizer_HF
 
tuple _positionCalcHF_all_nodepth
 
tuple _positionCalcHF_cross_nodepth
 
tuple _spikeAndDoubleSpikeCleaner_HF
 PF CLUSTER HFEM ####. More...
 
tuple _topoClusterizer_HF
 
tuple particleFlowClusterHF
 

Variable Documentation

tuple particleFlowClusterHF_cfi._localMaxSeeds_HF
Initial value:
1 = cms.PSet(
2  algoName = cms.string("LocalMaximumSeedFinder"),
3  thresholdsByDetector = cms.VPSet(
4  cms.PSet( detector = cms.string("HF_EM"),
5  seedingThreshold = cms.double(1.4),
6  seedingThresholdPt = cms.double(0.0)
7  ),
8  cms.PSet( detector = cms.string("HF_HAD"),
9  seedingThreshold = cms.double(1.4),
10  seedingThresholdPt = cms.double(0.0)
11  )
12 
13  ),
14  nNeighbours = cms.int32(0)
15 )

Definition at line 35 of file particleFlowClusterHF_cfi.py.

tuple particleFlowClusterHF_cfi._pfClusterizer_HF
Initial value:
1 = cms.PSet(
2  algoName = cms.string("Basic2DGenericPFlowClusterizer"),
3  #pf clustering parameters
4  minFractionToKeep = cms.double(1e-7),
5  positionCalc = _positionCalcHF_cross_nodepth,
6  allCellsPositionCalc = _positionCalcHF_all_nodepth,
7  showerSigma = cms.double(10.0),
8  stoppingTolerance = cms.double(1e-8),
9  maxIterations = cms.uint32(50),
10  excludeOtherSeeds = cms.bool(True),
11  minFracTot = cms.double(1e-20), ## numerical stabilization
12  recHitEnergyNorms = cms.VPSet(
13  cms.PSet( detector = cms.string("HF_EM"),
14  recHitEnergyNorm = cms.double(0.8)
15  ),
16  cms.PSet( detector = cms.string("HF_HAD"),
17  recHitEnergyNorm = cms.double(0.8)
18  )
19  )
20 )

Definition at line 83 of file particleFlowClusterHF_cfi.py.

tuple particleFlowClusterHF_cfi._positionCalcHF_all_nodepth
Initial value:
1 = _positionCalcHF_cross_nodepth.clone(
2  posCalcNCrystals = cms.int32(-1)
3  )

Definition at line 78 of file particleFlowClusterHF_cfi.py.

tuple particleFlowClusterHF_cfi._positionCalcHF_cross_nodepth
Initial value:
1 = cms.PSet(
2  algoName = cms.string("Basic2DGenericPFlowPositionCalc"),
3  ##
4  minFractionInCalc = cms.double(1e-9),
5  posCalcNCrystals = cms.int32(5),
6  logWeightDenominator = cms.double(0.8), # same as gathering threshold
7  minAllowedNormalization = cms.double(1e-9)
8 )

Definition at line 69 of file particleFlowClusterHF_cfi.py.

tuple particleFlowClusterHF_cfi._spikeAndDoubleSpikeCleaner_HF
Initial value:
1 = cms.PSet(
2  algoName = cms.string("SpikeAndDoubleSpikeCleaner"),
3  cleaningByDetector = cms.VPSet(
4  cms.PSet( detector = cms.string("HF_EM"),
5  #single spike
6  singleSpikeThresh = cms.double(80.0),
7  minS4S1_a = cms.double(0.11), #constant term
8  minS4S1_b = cms.double(-0.19), #log pt scaling
9  #double spike
10  doubleSpikeThresh = cms.double(1e9),
11  doubleSpikeS6S2 = cms.double(-1.0),
12  energyThresholdModifier = cms.double(1.0), ## aka "tighterE"
13  fractionThresholdModifier = cms.double(1.0) ## aka "tighterF"
14  ),
15  cms.PSet( detector = cms.string("HF_HAD"),
16  #single spike
17  singleSpikeThresh = cms.double(120.0),
18  minS4S1_a = cms.double(0.045), #constant term
19  minS4S1_b = cms.double(-0.080), #log pt scaling
20  #double spike
21  doubleSpikeThresh = cms.double(1e9),
22  doubleSpikeS6S2 = cms.double(-1.0),
23  energyThresholdModifier = cms.double(1.0), ## aka "tighterE"
24  fractionThresholdModifier = cms.double(1.0) ## aka "tighterF"
25  )
26  )
27  )

PF CLUSTER HFEM ####.

Definition at line 6 of file particleFlowClusterHF_cfi.py.

tuple particleFlowClusterHF_cfi._topoClusterizer_HF
Initial value:
1 = cms.PSet(
2  algoName = cms.string("Basic2DGenericTopoClusterizer"),
3  thresholdsByDetector = cms.VPSet(
4  cms.PSet( detector = cms.string("HF_EM"),
5  gatheringThreshold = cms.double(0.8),
6  gatheringThresholdPt = cms.double(0.0)
7  ),
8  cms.PSet( detector = cms.string("HF_HAD"),
9  gatheringThreshold = cms.double(0.8),
10  gatheringThresholdPt = cms.double(0.0)
11  )
12 
13  ),
14  useCornerCells = cms.bool(False)
15 )

Definition at line 52 of file particleFlowClusterHF_cfi.py.

tuple particleFlowClusterHF_cfi.particleFlowClusterHF
Initial value:
1 = cms.EDProducer(
2  "PFClusterProducer",
3  recHitsSource = cms.InputTag("particleFlowRecHitHF"),
4  recHitCleaners = cms.VPSet(_spikeAndDoubleSpikeCleaner_HF),
5  seedFinder = _localMaxSeeds_HF,
6  initialClusteringStep = _topoClusterizer_HF,
7  pfClusterBuilder = _pfClusterizer_HF,
8  positionReCalc = cms.PSet(),
9  energyCorrector = cms.PSet()
10  )

Definition at line 104 of file particleFlowClusterHF_cfi.py.