From a2548f7d09956dc42b80fef89398d9202c3322c5 Mon Sep 17 00:00:00 2001 From: scattaru Date: Mon, 15 Dec 2025 18:24:42 +0100 Subject: [PATCH] Fix prong0_as in MC processes --- PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx b/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx index 0245302787f..9b640fbb756 100644 --- a/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx +++ b/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx @@ -541,7 +541,7 @@ struct HfCorrelatorDsHadrons { } std::vector outputMl = {-1., -1., -1.}; - auto prong0 = candidate.template prong0_as(); + auto prong0 = candidate.template prong0_as(); int const chargeDs = prong0.sign(); if (isDsSignal && isDecayChan && isCorrectInvMassHypo) { @@ -1000,7 +1000,7 @@ struct HfCorrelatorDsHadrons { if (!pAssoc.isGlobalTrackWoDCA()) { continue; } - auto prong0 = candidate.template prong0_as(); + auto prong0 = candidate.template prong0_as(); int const chargeDs = prong0.sign(); std::vector outputMl = {-1., -1., -1.}; // prompt and non-prompt division