Skip to content

[ATR-22287] Schedule prescale conditions algs in RAWtoESD. 🐛 fix

Tim Martin requested to merge tamartin/athena:prescaleCondAlgInRAWtoESD into master

Fixes a bug introduced by !37159 (merged)

We move to storing trigger JSON in the metadata

It was forgotten to schedule the prescale conditions algs in RAWtoESD. And missed in CI as we only run the R3 trigger on data (we don't also reconstruct it).

MC unaffected as it follows a slightly different path (metadata is written when the trigger is executed).

This is an urgent bugfix 🐛

cc @stelzer, @mark

Merge request reports