Fix 2008-TED-Data options
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 inDecodersDB
. Fixed by using a PostConfigAction -
2008-TED-Data.py
was setting properties onDecodeVeloClusters
,CreateTTClusters
andCreateTTLiteClusters
, but the actual names of the algorithms arecreateBothVeloClusters
createTTClusters
andcreateTTLiteClusters
. -
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