Skip to content
Snippets Groups Projects

follow changes in LHCb!3260

Merged Gerhard Raven requested to merge follow-lhcb!3260 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -595,7 +595,7 @@ def allen_control_flow(options):
algs = []
new_hlt_banks = {}
drw = HltDecReportsWriter(InputHltDecReportsLocation=allen_dec_reports)
drw = HltDecReportsWriter(InputHltDecReportsLocation=allen_dec_reports, SourceID = 'Hlt1')
algs.extend([drw])
new_hlt_banks['HltDecReports'] = drw.OutputRawEventLocation
Loading