Skip to content

EventInfoTagBuilder: Conditionally initialize ReadHandleKey

Walter Lampl requested to merge wlampl/athena:fixInputWarning into master

Follow up of !43016 (closed). The per-event WARNING

 SGInputLoader                                         17     1 WARNING unable to find proxy for  ( 'AthenaAttributeList' , 'StoreGateSvc+Input' )

came from a ReadHandleKey to the input AttributeList that should be ingnored if the input is ByteStream. This MR fixes this issue.

Merge request reports