From abeef705b8989b098e5c76760110454d95d835d2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 23 Sep 2025 09:16:51 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/FemtoWorld/Core/FemtoWorldMath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/FemtoWorld/Core/FemtoWorldMath.h b/PWGCF/FemtoWorld/Core/FemtoWorldMath.h index 41643ba2f2b..34315114014 100644 --- a/PWGCF/FemtoWorld/Core/FemtoWorldMath.h +++ b/PWGCF/FemtoWorld/Core/FemtoWorldMath.h @@ -39,7 +39,7 @@ class FemtoWorldMath /// \param part2 Particle 2 /// \param mass2 Mass of particle 2 template - static float getkstar(const T& part1, const float mass1, const T& part2, const float mass2, const float z1=1.f, const float z2=1.f) + static float getkstar(const T& part1, const float mass1, const T& part2, const float mass2, const float z1 = 1.f, const float z2 = 1.f) { const ROOT::Math::PtEtaPhiMVector vecpart1(part1.pt() * z1, part1.eta(), part1.phi(), mass1); const ROOT::Math::PtEtaPhiMVector vecpart2(part2.pt() * z2, part2.eta(), part2.phi(), mass2);