From f00772243f7b52d6237af071d9f568137b7fe0d2 Mon Sep 17 00:00:00 2001 From: Lucia Anna Tarasovicova Date: Fri, 8 May 2026 10:43:17 +0200 Subject: [PATCH] fix --- PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx b/PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx index 55606515998..c5d120deb0e 100644 --- a/PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx +++ b/PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx @@ -2186,8 +2186,8 @@ struct HStrangeCorrelation { continue; float efficiency = 1.0f; float purity = 1.0f; - histos.fill(HIST("hDCAzAssocHadron"), assoc.dcaZ(), assoc.pt()); - histos.fill(HIST("hDCAxyAssocHadron"), assoc.dcaXY(), assoc.pt()); + histos.fill(HIST("hDCAzAssociatedHadron"), assoc.dcaZ(), assoc.pt()); + histos.fill(HIST("hDCAxyAssociatedHadron"), assoc.dcaXY(), assoc.pt()); if (efficiencyFlags.applyEfficiencyCorrection) { efficiency = hEfficiencyHadron->Interpolate(assoc.pt(), assoc.eta()); if (efficiencyFlags.applyPurityHadron)