Skip to content

Fix 2008-TED-Data options

Marco Cattaneo requested to merge cherry-pick-cc79fe34 into 2017-patches

Cherry-picked from !550 (merged) on run2-patches

  • None of the decoding options in 2008-TED-Data.py were being taken into account because they are over-ridden by the settings in DecodersDB. Fixed by using a PostConfigAction

  • 2008-TED-Data.py was setting properties on DecodeVeloClusters, CreateTTClusters and CreateTTLiteClusters, but the actual names of the algorithms are createBothVeloClusters createTTClusters and createTTLiteClusters.

  • The RawEventLocations for TT were wrong for the particular data file used in the test

Backport of !545 (merged) from master

Edited by Marco Cattaneo

Merge request reports