From cb24d0ee392b50e2e44fc0ab0868b144e858a1af Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 7 Feb 2025 12:06:44 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/D2H/Tasks/taskXicToXiPiPi.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PWGHF/D2H/Tasks/taskXicToXiPiPi.cxx b/PWGHF/D2H/Tasks/taskXicToXiPiPi.cxx index 0587c4e7e41..431b2e3399f 100644 --- a/PWGHF/D2H/Tasks/taskXicToXiPiPi.cxx +++ b/PWGHF/D2H/Tasks/taskXicToXiPiPi.cxx @@ -69,7 +69,7 @@ struct HfTaskXicToXiPiPi { ConfigurableAxis binsImpParErr{"binsImpParErr", {200, -0.1, 0.1}, ""}; ConfigurableAxis binsSV{"binsSV", {200, -5., 5.}, ""}; ConfigurableAxis binsChi2{"binsChi2", {200, 0., 0.1}, ""}; - + HistogramRegistry registry{"registry"}; void init(InitContext const&) @@ -277,9 +277,9 @@ struct HfTaskXicToXiPiPi { if constexpr (useMl) { // with ML information - double outputBkg = -99.; // bkg score - double outputPrompt = -99.; // prompt score - double outputFD = -99.; // non-prompt score + double outputBkg = -99.; // bkg score + double outputPrompt = -99.; // prompt score + double outputFD = -99.; // non-prompt score if (candidate.mlProbXicToXiPiPi().size() > 0) { outputBkg = candidate.mlProbXicToXiPiPi()[0]; outputPrompt = candidate.mlProbXicToXiPiPi()[1];