Skip to content
Snippets Groups Projects

Adapt to updated UT channel ID class and geometry

Merged Xuhao Yuan requested to merge UT-newID-and-Geo into master
Compare and
4 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -110,7 +110,7 @@ namespace LHCb::Pr::UT {
const auto& fullChan = cache.fullchan[geomIdx];
// FIXME: move functionality into channelID -- why is this _different_ from UTChennelID::strip() ??
const auto strip = ( aWord.channelID() & 0x1ff ) + 1;
const auto strip = ( aWord.channelID() & 0x1ff ) + aSector->firstStrip();
hitHandler.AddHit( aSector, fullChan.idx, strip, aWord.fracStripBits(),
UTChannelID{fullChan.chanID + strip}, aWord.pseudoSizeBits(), aWord.hasHighThreshold() );
Loading