We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5703d commit f1a4cc6Copy full SHA for f1a4cc6
RecoTracker/LSTCore/interface/HitsSoA.h
@@ -27,8 +27,8 @@ namespace lst {
27
SOA_COLUMN(ArrayIx2, hitRanges),
28
SOA_COLUMN(int, hitRangesLower),
29
SOA_COLUMN(int, hitRangesUpper),
30
- SOA_COLUMN(int8_t, hitRangesnLower),
31
- SOA_COLUMN(int8_t, hitRangesnUpper))
+ SOA_COLUMN(int16_t, hitRangesnLower),
+ SOA_COLUMN(int16_t, hitRangesnUpper))
32
33
using HitsSoA = HitsSoALayout<>;
34
using HitsRangesSoA = HitsRangesSoALayout<>;
0 commit comments