Skip to content
Snippets Groups Projects
Commit 4cb1140a authored by Sergi Rodriguez Bosca's avatar Sergi Rodriguez Bosca Committed by Jennifer Roloff
Browse files

Fix for ATR-28066 : Temporarily re-add gSuperCellTowerMapper to gFEXDriver

Fix for ATR-28066 : Temporarily re-add gSuperCellTowerMapper to gFEXDriver
parent 3dca88b5
2 merge requests!649812023-08-11: daily sweep of 23.0 into main,!64938Fix for ATR-28066 : Temporarily re-add gSuperCellTowerMapper to gFEXDriver
......@@ -189,6 +189,10 @@ def L1CaloFEXSimCfg(flags, eFexTowerInputs = ["L1_eFexDataTowers","L1_eFexEmulat
gFEXInputs.gSuperCellTowerMapperTool.SCellMasking = not flags.Input.isMC
gFEX = CompFactory.LVL1.gFEXDriver('gFEXDriver')
# The line below is a patch for (ATR-28066) - NEEDS to be cleaned up!
gFEX.gSuperCellTowerMapperTool = CompFactory.LVL1.gSuperCellTowerMapper('gSuperCellTowerMapper', SCell=sCellType)
gFEX.gFEXSysSimTool = CompFactory.LVL1.gFEXSysSim('gFEXSysSimTool')
acc.addEventAlgo(gFEXInputs)
acc.addEventAlgo(gFEX)
......
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