Skip to content
Snippets Groups Projects
Commit 6c2fb080 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Merge branch 'revert-1541b2d3' into 'master'

Revert "Merge branch 'dhcroft-VPChanIDFix' into 'master'"

See merge request !4805
parents e81ffb9a cd8cb531
No related branches found
No related tags found
2 merge requests!4987Ignore: merge master into run5 branch,!4805Revert "Merge branch 'dhcroft-VPChanIDFix' into 'master'"
Pipeline #9805336 passed
...@@ -209,8 +209,7 @@ bool DeVPSensor::pointToChannel( const Gaudi::XYZPoint& point, const bool local, ...@@ -209,8 +209,7 @@ bool DeVPSensor::pointToChannel( const Gaudi::XYZPoint& point, const bool local,
row = int( localPoint.y() / m_cache.pixelSize ); row = int( localPoint.y() / m_cache.pixelSize );
if ( row >= m_cache.nRows ) row = m_cache.nRows - 1; if ( row >= m_cache.nRows ) row = m_cache.nRows - 1;
} }
channel.setCol( LHCb::Detector::VPChannelID::ColumnID{col} ); channel.setCol( LHCb::Detector::VPChannelID::ColumnID{col} ).setRow( LHCb::Detector::VPChannelID::RowID{row} );
channel.setRow( LHCb::Detector::VPChannelID::RowID{row} );
break; break;
} }
x0 += m_cache.chipSize + m_cache.interChipDist; x0 += m_cache.chipSize + m_cache.interChipDist;
......
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