Skip to content
Snippets Groups Projects
Commit 596b0f6c authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'fix-calibpeb-summarymaker' into 'master'

Adapt MTCalibPebConfig to changes in DecisionSummaryMakerAlg properties

Closes ATR-22494

See merge request !38984
parents c06421fd 347ec1cd
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!38984Adapt MTCalibPebConfig to changes in DecisionSummaryMakerAlg properties
......@@ -306,7 +306,7 @@ def make_summary_algs(hypo_algs):
summMaker.FinalStepDecisions = {}
for hypo in hypo_algs:
for tool in hypo.HypoTools:
summMaker.FinalStepDecisions[tool.getName()] = str(hypo.HypoOutputDecisions)
summMaker.FinalStepDecisions[tool.getName()] = [str(hypo.HypoOutputDecisions)]
log.info('summMaker = %s', summMaker)
return [summary, summMaker]
......
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