Skip to content

Further fixes for trigger output handling in reco transforms

Rafal Bielski requested to merge rbielski/athena:trig-output-trf into master

This is a follow-up on !27606 (merged) with some further changes:

  1. Move trigger MT output hacks from reconstruction domain to trigger domain (ATR-20152) because:
    • better to have it in one place, not two or more
    • better to have it in Trigger domain, not Reconstruction domain
    • hacked code can be now reduced as part of the configuration was fixed in !27606 (merged)
    • this MR makes it work also for BS->ESD data reconstruction
  2. Improve EDMDecodingVersion detection by adding the case of reading AOD (like in PhysicsValidation job) - hopefully fixes ATR-20478. Possibly also fixes ATR-20486.
  3. Work around python memory allocation error when peeking BS file for ROD version (fixes ATR-20480)

cc @tamartin

Edited by Rafal Bielski

Merge request reports