Skip to content

Commit f1a4cc6

Browse files
committed
Use int16_t for hitRanges counters
1 parent 7e5703d commit f1a4cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RecoTracker/LSTCore/interface/HitsSoA.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ namespace lst {
2727
SOA_COLUMN(ArrayIx2, hitRanges),
2828
SOA_COLUMN(int, hitRangesLower),
2929
SOA_COLUMN(int, hitRangesUpper),
30-
SOA_COLUMN(int8_t, hitRangesnLower),
31-
SOA_COLUMN(int8_t, hitRangesnUpper))
30+
SOA_COLUMN(int16_t, hitRangesnLower),
31+
SOA_COLUMN(int16_t, hitRangesnUpper))
3232

3333
using HitsSoA = HitsSoALayout<>;
3434
using HitsRangesSoA = HitsRangesSoALayout<>;

0 commit comments

Comments
 (0)