CMS 3D CMS Logo

Functions
particleFlow_HB2023 Namespace Reference

Functions

def customiseHB2023 (process)
 

Function Documentation

◆ customiseHB2023()

def particleFlow_HB2023.customiseHB2023 (   process)

Definition at line 8 of file particleFlow_HB2023.py.

References mathSSE.return().

8 def customiseHB2023(process):
9  recHB =[0.4, 0.3, 0.3, 0.3]
10  seedHB =[0.6, 0.5, 0.5, 0.5]
11  process.particleFlowClusterHBHE.seedFinder.thresholdsByDetector[0].seedingThreshold = seedHB
12  process.particleFlowClusterHBHE.initialClusteringStep.thresholdsByDetector[0].gatheringThreshold = recHB
13  process.particleFlowClusterHBHE.pfClusterBuilder.recHitEnergyNorms[0].recHitEnergyNorm = recHB
14  process.particleFlowClusterHBHE.pfClusterBuilder.positionCalc.logWeightDenominatorByDetector[0].logWeightDenominator = recHB
15  process.particleFlowClusterHBHE.pfClusterBuilder.allCellsPositionCalc.logWeightDenominatorByDetector[0].logWeightDenominator = recHB
16  process.particleFlowClusterHCAL.pfClusterBuilder.allCellsPositionCalc.logWeightDenominatorByDetector[0].logWeightDenominator = recHB
17  process.particleFlowRecHitHBHE.producers[0].qualityTests[0].cuts[0].threshold = recHB
18 
19  return(process)
20 
return((rh ^ lh) &mask)
def customiseHB2023(process)