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
49f10cba
Commit
49f10cba
authored
2 years ago
by
Christopher Rob Jones
Browse files
Options
Downloads
Patches
Plain Diff
Adapt to change in method name with LHCB tel40 condition
parent
9342934e
No related branches found
No related tags found
1 merge request
!4014
Use tel40 link condition from DeLHCb detector object with RichTel40CableMapping
Pipeline
#5323984
passed
2 years 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 @
49f10cba
...
...
@@ -164,7 +164,7 @@ void Tel40CableMapping::fillCableMaps( const LHCb::Detector::DeLHCb&
bool
linkIsActive
=
(
0
!=
status
);
#ifdef USE_DD4HEP
// Use link status flag from general LHCb condition instead of from RICH condition.
const
auto
linksActive
=
lhcb
.
tell40link
(
sourceID
.
data
()
);
const
auto
linksActive
=
lhcb
.
tell40link
s
(
sourceID
.
data
()
);
if
(
!
linksActive
.
has_value
()
)
{
warning
(
"Source ID '"
,
sourceID
.
data
(),
"' is missing in LHCb Tel40 Link condition"
,
endmsg
);
}
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