Skip to content
Snippets Groups Projects
Commit 45326fb4 authored by Petar Bokan's avatar Petar Bokan
Browse files

Merge branch '23.0-cherrypick-mr67810' into '23.0'

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

See merge request !67834
parents e1ee398c 712466e5
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