Skip to content

Fix 2008-TED-Data options

Marco Clemencic requested to merge marcocle/fix-brunel-2008-options into master
  • 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

To be ported also to the Run1 and Run2 legacy branches

Edited by Marco Cattaneo

Merge request reports