Skip to content
Snippets Groups Projects
Commit f0424760 authored by Titus Mombaecher's avatar Titus Mombaecher Committed by Christopher Rob Jones
Browse files

Fix confused VP A and C side assignment

parent 46b12de2
No related branches found
No related tags found
3 merge requests!4553Fix UT Decoder,!4546Synchronize master branch with 2024-patches,!4523Fix confused VP A and C side assignment
......@@ -178,7 +178,7 @@ namespace LHCb {
case LHCbID::channelIDtype::VP: {
const auto vpid = id.vpID();
const auto station = vpid.station();
if ( vpid.sidepos() == 0 ) {
if ( vpid.sidepos() == LHCb::Detector::VPChannelID::Side::A ) {
advance( m_veloA[station] );
} else {
advance( m_veloC[station] );
......
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