Skip to content

Fixing uninitialized keys

Petr Balek requested to merge pbalek/athena:fix-ATLASRECTS-7492 into master

Keys m_emFracKey, m_hecFracKey, and m_psFracKey are used also for clusters and PF constituents. Thus, their absence in m_calculationNames is not a good indicator that they don't need to be initialized. This MR forces them to be always initialized.

Closes ATLASRECTS-7492

Merge request reports