Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Moore
Manage
Activity
Members
Labels
Plan
Issues
335
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
132
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Moore
Merge requests
!1003
follow changes in
LHCb!3260
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
follow changes in
LHCb!3260
follow-lhcb!3260
into
master
Overview
1
Commits
2
Pipelines
3
Changes
11
Merged
Gerhard Raven
requested to merge
follow-lhcb!3260
into
master
3 years ago
Overview
1
Commits
2
Pipelines
3
Changes
1
Expand
change integer SourceID to named string
must be applied in conjunction with
LHCb!3260 (merged)
1
0
Merge request reports
Viewing commit
03293040
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
03293040
update Allen SourceID usage for DecReport
· 03293040
Gerhard Raven
authored
3 years ago
Hlt/Moore/python/Moore/config.py
+
1
−
1
Options
@@ -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