From e80f98efd5be3b673d478fbe3ee5670dc8f7e39b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 21 May 2026 17:16:11 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/TableProducer/treeCreatorLcToPKPi.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx b/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx index 7d53bd71418..48aa83d6e6b 100644 --- a/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx +++ b/PWGHF/TableProducer/treeCreatorLcToPKPi.cxx @@ -263,7 +263,7 @@ DECLARE_SOA_TABLE(HfCandLcLites, "AOD", "HFCANDLCLITE", full::MlScoreFirstClass, full::MlScoreSecondClass, full::MlScoreThirdClass, - full::CentFT0C); + full::CentFT0C); DECLARE_SOA_TABLE(HfCollIdLCLite, "AOD", "HFCOLLIDLCLITE", full::CollisionId); @@ -635,7 +635,7 @@ struct HfTreeCreatorLcToPKPi { if (applyMl) { assignMlScores(candidateMlScore, mlScoreFirstClass, mlScoreSecondClass, mlScoreThirdClass, candFlag); } - + float centFT0C = -1.f; if constexpr (UseCentrality) { centFT0C = collision.centFT0C(); @@ -728,7 +728,7 @@ struct HfTreeCreatorLcToPKPi { if (applyMl) { assignMlScores(candidateMlScore, mlScoreFirstClass, mlScoreSecondClass, mlScoreThirdClass, candFlag); } - + float centFT0C = -1.f; if constexpr (UseCentrality) { centFT0C = collision.centFT0C();