Skip to content
Snippets Groups Projects
Commit 712466e5 authored by Julien Maurer's avatar Julien Maurer Committed by Petar Bokan
Browse files

Sort thresholdvalues by prior and etamax when querying run2 TriggerDB (cherry-picked from !67810)

Sort thresholdvalues by prior and etamax when querying run2 TriggerDB

See merge request !67810
parent e1ee398c
No related branches found
No related tags found
2 merge requests!679252023-12-19: merge of 23.0 into main,!67834Sort thresholdvalues by prior and etamax when querying run2 TriggerDB (cherry-picked from !67810)
......@@ -22,7 +22,7 @@ references_map = {
"d1726": "v1",
"d1759": "v2",
# Reco
"q442": "v5",
"q442": "v6",
"q443": "v4",
"q445": "v6",
"q449": "v8",
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment