Skip to content

Commit b292e3f

Browse files
fix clang format
1 parent ecb5f30 commit b292e3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/TPC/calibration/src/TPCFastSpaceChargeCorrectionHelper.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ std::unique_ptr<o2::gpu::TPCFastSpaceChargeCorrection> TPCFastSpaceChargeCorrect
497497
double yMax = rowX * trackResiduals.getY2X(iRow, trackResiduals.getNY2XBins() - 1);
498498
double zMin = rowX * trackResiduals.getZ2X(0);
499499
double zMax = rowX * trackResiduals.getZ2X(trackResiduals.getNZ2XBins() - 1);
500-
double zOut = std::min(zMax, (double)geo.getTPCzLength()); // clamp to physical TPC extent to avoid negative spline scale
500+
double zOut = std::min(zMax, (double)geo.getTPCzLength()); // clamp to physical TPC extent to avoid negative spline scale
501501
info.gridMeasured.set(yMin, spline.getGridX1().getUmax() / (yMax - yMin), // y
502502
zMin, spline.getGridX2().getUmax() / (zMax - zMin), // z
503503
zOut, geo.getTPCzLength()); // correction scaling region

0 commit comments

Comments
 (0)