Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Jan 24, 2025
1 parent e016d39 commit 0e2f34b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

// clang-format off
$<JOIN:$<TARGET_PROPERTY:O2_GPU_KERNELS,O2_GPU_KERNELS>,>
// clang-format on
// clang-format on
4 changes: 2 additions & 2 deletions GPU/GPUTracking/TRDTracking/GPUTRDTracker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ GPUd() bool GPUTRDTracker_t<TRDTRK, PROP>::CalculateSpacePoints(int32_t iCollisi
int32_t trkltIdxStart = trkltIdxOffset + iFirstTrackletInDet;
for (int32_t trkltIdx = trkltIdxStart; trkltIdx < trkltIdxStart + nTrackletsInDet; ++trkltIdx) {
int32_t trkltZbin = tracklets[trkltIdx].GetZbin();
float xTrkltDet[3] = {0.f}; // trklt position in chamber coordinates
float xTrkltSec[3] = {0.f}; // trklt position in sector coordinates
float xTrkltDet[3] = {0.f}; // trklt position in chamber coordinates
float xTrkltSec[3] = {0.f}; // trklt position in sector coordinates
xTrkltDet[0] = mGeo->AnodePos() + sRadialOffset;
xTrkltDet[1] = tracklets[trkltIdx].GetY();
xTrkltDet[2] = pp->GetRowPos(trkltZbin) - pp->GetRowSize(trkltZbin) / 2.f - pp->GetRowPos(pp->GetNrows() / 2);
Expand Down

0 comments on commit 0e2f34b

Please sign in to comment.