From 724bfff63f416087337825f0da69476d96902ba1 Mon Sep 17 00:00:00 2001 From: KotliarovAr Date: Tue, 15 Sep 2026 11:50:16 +0200 Subject: [PATCH] [PWGJE] Fix histogram filling --- PWGJE/Tasks/recoilJets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGJE/Tasks/recoilJets.cxx b/PWGJE/Tasks/recoilJets.cxx index ae3f5edebfc..67f0c004f94 100644 --- a/PWGJE/Tasks/recoilJets.cxx +++ b/PWGJE/Tasks/recoilJets.cxx @@ -1377,7 +1377,7 @@ struct RecoilJets { spectra.fill(HIST("hCentFT0M_FT0MStar"), centFT0M, scaledFT0M, weight); // Correlation: centrality FT0C vs scaled FT0C - spectra.fill(HIST("hCentFT0C_ScaledFT0C"), centFT0C, ft0Metrics.multFT0C, weight); + spectra.fill(HIST("hCentFT0C_ScaledFT0C"), centFT0C, scaledFT0C, weight); // Z vertex position vs EA / centrality spectra.fill(HIST("hScaledFT0C_vertexZ"), scaledFT0C, vertexZ, weight);