Skip to content

L1CaloFEXSim: Fix out-of-bounds write.

Scott Snyder requested to merge ssnyder/athena:oob.L1CaloFEXSim-20230824 into main

FillgTowerEDMForward was writing tower Ets to the output array using the wrong indices, corrupting the stack. But this is anyway redundant with what's already done in GetEnergyMatrix, so just remove that bit.

Merge request reports