Skip to content
Snippets Groups Projects

avoid hardwiring hash value

Merged Gerhard Raven requested to merge do-not-hardwire-hash into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -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():
Loading