Skip to content

remove spurious dynamic aux-variable

Walter Lampl requested to merge wlampl/athena:EventInfo.larFlagS into master

The Read(Write)DecorHandleKey of all producers and users of the LAr Detector-Flag in xAOD::EventInfo where mis-spelled as EventInfo.larFlag. The correct variable name is EventInfo.larFlags (plural). As consequence, the output-files (ESD,AOD) contain a spurious dynamic aux variable EventInfoAuxDyn.larFlag that was left un-initialized.

This MR corrects the spelling of this variable name + fixes the usage of EventInfo where needed.

Closes ATLASRECTS-7464

It is well possible that the absence of the spurious variable triggers a frozen-Tier0-violation warning. RunWorkflowTests_Run3.py passed the FT0 test to my surprise.

Merge request reports