Skip to content

Commit 2c3f90d

Browse files
committed
Fix maxHitsInModule for SiPixelRecHitFromSoAAlpaka
1 parent e2471cd commit 2c3f90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RecoLocalTracker/SiPixelRecHits/plugins/SiPixelRecHitFromSoAAlpaka.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void SiPixelRecHitFromSoAAlpaka<TrackerTraits>::produce(edm::StreamID streamID,
100100

101101
auto const hclusters = iEvent.getHandle(clusterToken_);
102102

103-
constexpr uint32_t maxHitsInModule = pixelClustering::maxHitsInModule();
103+
constexpr uint32_t maxHitsInModule = TrackerTraits::maxHitsInModule;
104104

105105
int numberOfDetUnits = 0;
106106
int numberOfClusters = 0;

0 commit comments

Comments
 (0)