Skip to content

Set the Tau tracking algorithms to run in order

Benjamin Michael Wynne requested to merge bwynne/athena:TauTrackingCFFix into master

Addressing the issue described here: https://its.cern.ch/jira/browse/ATR-20453

Tracking algorithms running in event views can load intermediate data objects (e.g. clusters) from full scan algorithms by accident.

Forcing the algorithms to run in order ensures that the data dependencies are satisfied within the local view.

Same approach as used here: !27517 (merged)

Merge request reports