diff --git a/GPU/GPUTracking/TPCClusterFinder/GPUTPCCFCheckPadBaseline.cxx b/GPU/GPUTracking/TPCClusterFinder/GPUTPCCFCheckPadBaseline.cxx index 9a890202524f0..9b249f9ef77a6 100644 --- a/GPU/GPUTracking/TPCClusterFinder/GPUTPCCFCheckPadBaseline.cxx +++ b/GPU/GPUTracking/TPCClusterFinder/GPUTPCCFCheckPadBaseline.cxx @@ -132,7 +132,7 @@ GPUd() void GPUTPCCFCheckPadBaseline::Thread<0>(int32_t nBlocks, int32_t nThread maxConsecCharges[localpad] = CAMath::Max(maxConsecCharges[localpad], consecCharges[localpad]); const Charge unpackedCharge = Charge(packedCharge) / Charge(1 << PackedCharge::DecimalBits); - maxCharge[localPadId] = CAMath::Max(maxCharge[localPad], unpackedCharge); + maxCharge[localpad] = CAMath::Max(maxCharge[localpad], unpackedCharge); } else { consecCharges[localpad] = 0; }