From 374c97e436a9843a5ef9104113b785638e2dd362 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 12 Aug 2026 22:00:53 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/forwardlambdakzeroanalysis.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGLF/Tasks/Strangeness/forwardlambdakzeroanalysis.cxx b/PWGLF/Tasks/Strangeness/forwardlambdakzeroanalysis.cxx index 13333682e57..0fc840af0f0 100644 --- a/PWGLF/Tasks/Strangeness/forwardlambdakzeroanalysis.cxx +++ b/PWGLF/Tasks/Strangeness/forwardlambdakzeroanalysis.cxx @@ -2141,9 +2141,9 @@ struct forwardlambdakzeroanalysis { // get decay vertex coordinates Vec3D vtx = fitter.getPCACandidate(); - pairInfo.X = vtx[0]-collision.posX(); - pairInfo.Y = vtx[1]-collision.posY(); - pairInfo.Z = vtx[2]-collision.posZ(); + pairInfo.X = vtx[0] - collision.posX(); + pairInfo.Y = vtx[1] - collision.posY(); + pairInfo.Z = vtx[2] - collision.posZ(); // get daughter DCA to PV pairInfo.dcaPosToPVxy = std::sqrt(dcaPosToPVx * dcaPosToPVx + dcaPosToPVy * dcaPosToPVy);