Skip to content

Fix 2008-TED-Data options

Marco Cattaneo requested to merge fix-brunel-2008-options-run2 into 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

Merge request reports