From f751e4013594b886139ad2be979b00f0f71660b2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 2 Jan 2025 10:57:03 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/FemtoUniverse/Core/FemtoUniversePairWithCentMultKt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/FemtoUniverse/Core/FemtoUniversePairWithCentMultKt.h b/PWGCF/FemtoUniverse/Core/FemtoUniversePairWithCentMultKt.h index 2cd7743345e..5cfef9c433f 100644 --- a/PWGCF/FemtoUniverse/Core/FemtoUniversePairWithCentMultKt.h +++ b/PWGCF/FemtoUniverse/Core/FemtoUniversePairWithCentMultKt.h @@ -112,7 +112,7 @@ class FemtoUniversePairWithCentMultKt auto histMultFolder = HIST("mult_0_1/"); fillkT(kstar_value, kt_value, histMultFolder); } - } else if (cent_mult_value >= centMultBins[1] && cent_mult_value < centMultBins[2]) { + } else if (cent_mult_value >= centMultBins[1] && cent_mult_value < centMultBins[2]) { pairWithCentMultKtRegistry->fill(HIST("mult_1_2/kstar"), kstar_value); if (useKt) { auto histMultFolder = HIST("mult_1_2/");