Skip to content

[ATR-25805] Update syntax of all derivations recording trigger matching data

Following an issue raised in ATR-25805 coming from the conversion of Run3TriggerNamesNoTau and Run3TriggerNamesTau into just Run3TriggerNames in !73399 (merged), this MR updated the syntax of all calls to AddRun2TriggerMatchingToSlimmingHelper and AddRun3TrigNavSlimmingCollectionsToSlimmingHelper.

This MR unifies all derivations to use the same syntax as used by PHYS.

The calls to the now removed lists were adding to the output collections which were no longer scheduled for production - so the output is unchanged.

It preserves all special-cases as found in various derivations.

A better solution which avoids this large amount of code duplication should follow on from this bugfix.

Merge request reports