Skip to content
Snippets Groups Projects
Commit e460e76c authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'HIfix_6741' into 'master'

fix in HIGlobal/HIJetRec configuration

See merge request !48987
parents 7213defc 783d515a
No related branches found
No related tags found
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!48987fix in HIGlobal/HIJetRec configuration
......@@ -14,7 +14,7 @@ theAlg=HIEventShapeMaker()
theAlg.ReadExistingKey=shape_key
theAlg.OutputContainerKey=shape_key
theAlg.HIEventShapeFillerTool=HIEventShapeFillerTool()
theAlg.OrderOfFlowHarmonics=jobproperties.HIGlobalFlags.NumFlowHarmonics()
#theAlg.OrderOfFlowHarmonics=jobproperties.HIGlobalFlags.NumFlowHarmonics() # commented while we migrate to new JO
#Import the map tool
from HIEventUtils.HIEventUtilsConf import HIEventShapeMapTool
......
......@@ -71,7 +71,7 @@ if not HIJetFlags.DoCellBasedSubtraction():
ESAlg_W=HIEventShapeMaker("ESAlg_W")
ESAlg_W.OutputContainerKey=EventShapeKey
ESAlg_W.UseCaloCell=False
# ESAlg_W.UseCaloCell=False # commented while we migrate to new JO
ESAlg_W.InputTowerKey="HIClusters"
#Hack needed because ES algorithm requires a summary tool, this disables it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment