Skip to content

TriggerEDMDeserialiserAlg: implement PT conversion for xAOD types

Frank Winklmeier requested to merge fwinkl/athena:trigedmdeser into master

Invoke the PT converter in case a version change is detected for xAOD types. This follows the same logic as in the old TrigSerializeConvHelper. Also port the FPE exception handling for types with known FPEs.

There are three commits:

  1. Cosmetic changes and code cleanup in TriggerEDMDeserialiserAlg
  2. Actual fixes to TriggerEDMDeserialiserAlg
  3. Remove (a hopefully obsolete) xAODBTaggingAthenaPool converter (see discussion on !50342 (comment 5333334) and i.e. ATR-25009)

Fixes errors seen in M11 express stream processing (ATR-25009).

Edited by Frank Winklmeier

Merge request reports