From 9934fdce05442a677330087eb529aa1373d65891 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 8 Jul 2026 12:05:08 +0000 Subject: [PATCH] Please consider the following formatting changes --- GPU/GPUTracking/TPCClusterFinder/GPUTPCCFCheckPadBaseline.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPU/GPUTracking/TPCClusterFinder/GPUTPCCFCheckPadBaseline.cxx b/GPU/GPUTracking/TPCClusterFinder/GPUTPCCFCheckPadBaseline.cxx index 0dcad5108baaa..7470f86877490 100644 --- a/GPU/GPUTracking/TPCClusterFinder/GPUTPCCFCheckPadBaseline.cxx +++ b/GPU/GPUTracking/TPCClusterFinder/GPUTPCCFCheckPadBaseline.cxx @@ -427,14 +427,14 @@ GPUd() void GPUTPCCFCheckPadBaseline::CheckBaselineCPU(int32_t nBlocks, int32_t auto activeHIPTailEnd = activeHIPTailEndV[iVecPad]; auto tailFilterCharge = tailFilterChargeV[iVecPad]; - const CfChargePos basePos(row, iVecPad * PadsPerCacheline, t); for (tpccf::TPCFragmentTime localtime = 0; localtime < NumOfCachedTBs; localtime++) { const uint16_t* packedChargeStart = reinterpret_cast(&chargeMap[basePos.delta({0, localtime})]); const UShort8 packedCharges = t + localtime < fragment.length - ? UShort8{packedChargeStart, Vc::Aligned} : UShort8{Vc::Zero}; + ? UShort8{packedChargeStart, Vc::Aligned} + : UShort8{Vc::Zero}; const auto isCharge = packedCharges != 0; const auto unpackedCharges = Charge8(packedCharges) / Charge(1 << PackedCharge::DecimalBits);