Skip to content

Commit

Permalink
Use int16_t for hitRanges counters
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed Dec 17, 2024
1 parent c2ea148 commit 17d4223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoTracker/LSTCore/interface/HitsSoA.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ namespace lst {
SOA_COLUMN(ArrayIx2, hitRanges),
SOA_COLUMN(int, hitRangesLower),
SOA_COLUMN(int, hitRangesUpper),
SOA_COLUMN(int8_t, hitRangesnLower),
SOA_COLUMN(int8_t, hitRangesnUpper))
SOA_COLUMN(int16_t, hitRangesnLower),
SOA_COLUMN(int16_t, hitRangesnUpper))

using HitsSoA = HitsSoALayout<>;
using HitsRangesSoA = HitsRangesSoALayout<>;
Expand Down

0 comments on commit 17d4223

Please sign in to comment.