diff --git a/Tools/WorkflowTestRunner/python/References.py b/Tools/WorkflowTestRunner/python/References.py
index 692a393aefd38c4cc6593bb545a8a245bf1ce695..73f1b4dbc603d921cd3be6177155fb928fc5ce75 100644
--- a/Tools/WorkflowTestRunner/python/References.py
+++ b/Tools/WorkflowTestRunner/python/References.py
@@ -22,7 +22,7 @@ references_map = {
     "d1726": "v1",
     "d1759": "v2",
     # Reco
-    "q442": "v5",
+    "q442": "v6",
     "q443": "v4",
     "q445": "v6",
     "q449": "v8",
diff --git a/Trigger/TrigConfiguration/TrigConfStorage/src/ThresholdConfigLoader.cxx b/Trigger/TrigConfiguration/TrigConfStorage/src/ThresholdConfigLoader.cxx
index f8ebb6366068c701ecd11b134bac486c82089a18..000d5052eb112517b50c47420c219dd50942203a 100644
--- a/Trigger/TrigConfiguration/TrigConfStorage/src/ThresholdConfigLoader.cxx
+++ b/Trigger/TrigConfiguration/TrigConfStorage/src/ThresholdConfigLoader.cxx
@@ -153,6 +153,7 @@ bool TrigConf::ThresholdConfigLoader::load( ThresholdConfig& thrConfig ) {
       theOrder += "  TT.L1TT_MAPPING ASC";
       theOrder += ", TT.L1TT_ID ASC";
       theOrder += ", TTV.L1TTV_PRIORITY ASC";
+      theOrder += ", TTV.L1TTV_ETA_MAX ASC";
       query->addToOrderList( theOrder );
 
       //query->setRowCacheSize(1000);