Skip to content
Snippets Groups Projects
Commit 49f10cba authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

Adapt to change in method name with LHCB tel40 condition

parent 9342934e
No related branches found
No related tags found
1 merge request!4014Use tel40 link condition from DeLHCb detector object with RichTel40CableMapping
Pipeline #5323984 passed
......@@ -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.tell40links( sourceID.data() );
if ( !linksActive.has_value() ) {
warning( "Source ID '", sourceID.data(), "' is missing in LHCb Tel40 Link condition", endmsg );
} else {
......
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