Skip to content

Commit 37b22c5

Browse files
authored
Merge pull request #48048 from SegmentLinking/name-fix
LST pixelSeeds Eta Name Correction
2 parents b25925b + 0163683 commit 37b22c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RecoTracker/LSTCore/src/alpaka/PixelTriplet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::lst {
793793
pixelRadius,
794794
pixelRadiusError,
795795
rzChiSquared,
796-
pixelSegments.eta()[pixelSegmentArrayIndex],
796+
pixelSeeds.eta()[pixelSegmentArrayIndex],
797797
pixelSegmentPt)) {
798798
return false;
799799
}

0 commit comments

Comments
 (0)