From d0782964f2280f901ce2b3442eaa6d4f4d1e57b2 Mon Sep 17 00:00:00 2001 From: scattaru Date: Wed, 8 May 2024 09:11:21 +0200 Subject: [PATCH] Fixed histogram names --- PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx b/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx index 013aaa7d65a..c1d048e9539 100644 --- a/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx +++ b/PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx @@ -707,10 +707,8 @@ struct HfCorrelatorDsHadrons { // DsToKKPi and DsToPiKK division if (candidate.isSelDsToKKPi() >= selectionFlagDs) { fillHistoMcRecSig(candidate, 0.); - registry.fill(HIST("hSelectionStatusMcRec"), candidate.isSelDsToKKPi()); } else if (candidate.isSelDsToPiKK() >= selectionFlagDs) { fillHistoMcRecSig(candidate, 0.); - registry.fill(HIST("hSelectionStatusMcRec"), candidate.isSelDsToPiKK()); } } else { fillHistoMcRecBkg(candidate);