Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
LHCb
Commits
ccc4e761
Commit
ccc4e761
authored
1 year ago
by
Christopher Rob Jones
Browse files
Options
Downloads
Patches
Plain Diff
RichTel40CableMapping: Improve warning when source ID missing in tel40 links condition
parent
8d53c68e
No related branches found
No related tags found
1 merge request
!4076
RichTel40CableMapping: Improve warning when source ID missing in tel40 links condition
Pipeline
#5446580
passed
1 year ago
Stage: test
Stage: .post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Rich/RichFutureDAQ/src/lib/RichTel40CableMapping.cpp
+1
-1
1 addition, 1 deletion
Rich/RichFutureDAQ/src/lib/RichTel40CableMapping.cpp
with
1 addition
and
1 deletion
Rich/RichFutureDAQ/src/lib/RichTel40CableMapping.cpp
+
1
−
1
View file @
ccc4e761
...
...
@@ -173,7 +173,7 @@ void Tel40CableMapping::fillCableMaps( const LHCb::Detector::DeLHCb&
if
(
!
linksActive
.
has_value
()
)
{
// Only warn once per SourceID
if
(
warnSIDs
.
find
(
sourceID
.
data
()
)
==
warnSIDs
.
end
()
)
{
warning
(
"Source ID
'
"
,
sourceID
.
data
()
,
"
'
is missing in LHCb Tel40 Link condition"
,
endmsg
);
warning
(
"Source ID "
,
sourceID
,
" is missing in LHCb Tel40 Link condition"
,
endmsg
);
warnSIDs
.
insert
(
sourceID
.
data
()
);
}
}
else
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment