Skip to content

TrigBSExtraction: merge Run-1 xAOD conversion into TrigBSExtraction

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

For Run-1 data, integrate the xAOD (EF) container conversion into TrigBSExtraction instead of running the separate TrigHLTtoxAODConversion algorithm. This has the advantage of only having to deserialize/serialize the navigation once from/to the HLTResult and avoids yet another const_cast.

It was tested on 20 events that the resulting ESD is identical before/after these changes.

Also delete the now obsolete TrigHLTtoxAODConversion algorithm.

Relates to ATR-25291.

Edited by Frank Winklmeier

Merge request reports