From 030c8c0ea916435380b3e7d630e1766565874617 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 3 Aug 2026 15:42:05 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Strangeness/sigmaplusbuilder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/TableProducer/Strangeness/sigmaplusbuilder.cxx b/PWGLF/TableProducer/Strangeness/sigmaplusbuilder.cxx index 063d3857137..e95a271e378 100644 --- a/PWGLF/TableProducer/Strangeness/sigmaplusbuilder.cxx +++ b/PWGLF/TableProducer/Strangeness/sigmaplusbuilder.cxx @@ -612,7 +612,7 @@ struct Sigmaplusbuilder { float coefA = 0.f, coefB = 0.f, coefK = 0.f, coefL = 0.f; float pGamma2In = 0.f, pGamma2Out = 0.f, tPerp2 = 0.f; float discriminant = -1.f; - std::array nHatOrig = nHat; // each retry perturbs around this + std::array nHatOrig = nHat; // each retry perturbs around this constexpr float CoefADegenerateThreshold = 1e-6f; // guards against dividing by a near-zero quadratic coefficient if constexpr (IsMC) {