Skip to content
Snippets Groups Projects

[RTA/DPA BW tests]: Use new 2024 HLT1-filtered min. bias in bandwidth tests

Merged Ross John Hunter requested to merge rjhunter-bw-tests-2024-minbias into master
Files
3
@@ -46,9 +46,14 @@ def main():
opts['simulation'] = True
opts["data_type"] = "Upgrade"
conds = test_file_db[config['testfiledb_key']].qualifiers
opts["dddb_tag"] = conds['DDDB']
opts["conddb_tag"] = conds['CondDB']
try:
conds = test_file_db[config['testfiledb_key']].qualifiers
opts["dddb_tag"] = conds['DDDB']
opts["conddb_tag"] = conds['CondDB']
except KeyError:
# input wasnt in testfileDB
opts["dddb_tag"] = config["dddb_tag"]
opts["conddb_tag"] = config["conddb_tag"]
ifile = fname_helper.event_no_fname(**fname_helper_args)
with open(ifile, 'r') as f:
Loading