Skip to content
Snippets Groups Projects
Commit 3179786e authored by Roel Aaij's avatar Roel Aaij
Browse files

Merge branch 'do-not-hardwire-hash' into 'master'

avoid hardwiring hash value

See merge request !251
parents 9d9734e3 c0be002c
No related branches found
No related tags found
1 merge request!251avoid hardwiring hash value
Pipeline #5693546 passed
......@@ -122,8 +122,7 @@ while True:
if not TES["/Event"]:
break
dec_reports = TES[
'HltDecReportsDecoder_fa1120a7/OutputHltDecReportsLocation']
dec_reports = TES[dec_decoder.OutputHltDecReportsLocation.location]
lumi_report = dec_reports.decReport("Hlt1ODINLumiDecision")
if not lumi_report.decision():
......
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