From 948c0ea8f3455108a4a4bdffaa04210e54cb2ba8 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 11 Jun 2026 21:05:52 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/Macros/computeFonllPlusPythiaPredictions.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGHF/Macros/computeFonllPlusPythiaPredictions.C b/PWGHF/Macros/computeFonllPlusPythiaPredictions.C index c0b4a0fca1f..9d3dab4d407 100644 --- a/PWGHF/Macros/computeFonllPlusPythiaPredictions.C +++ b/PWGHF/Macros/computeFonllPlusPythiaPredictions.C @@ -316,7 +316,7 @@ void computeFonllPlusPythiaPredictions(int nDecays, int seed, std::string inFile std::array normCrossSec{}; for (auto iFonll{0}; iFonll < 3; ++iFonll) { - normCrossSec[iFonll] = hFonllBhad[iFonll]->Integral(1, hFonllBhad[iFonll]->GetNbinsX()+1, "width"); + normCrossSec[iFonll] = hFonllBhad[iFonll]->Integral(1, hFonllBhad[iFonll]->GetNbinsX() + 1, "width"); for (auto iChad{0}; iChad < NCharmHadrons; ++iChad) { hFonllPythiaNonPromptChad[charmHadPdgs[iChad]][NBeautyHadrons][iFonll] = reinterpret_cast(hFonllPythiaNonPromptChad[charmHadPdgs[iChad]][0][iFonll]->Clone(Form("hFonllNonPrompt%s%s", charmHadNames[iChad].data(), namesFonll[iFonll].data()))); hFonllPythiaNonPromptChad[charmHadPdgs[iChad]][NBeautyHadrons][iFonll]->Reset();