diff --git a/PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx b/PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx index cb6566d28e5..b65e1cf9fea 100644 --- a/PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx +++ b/PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx @@ -944,7 +944,7 @@ struct HfCorrelatorLcHadrons { bool isLcNonPrompt = candidate.originMcRec() == RecoDecay::OriginType::NonPrompt; auto mcParticleProng0 = candidate.template prong0_as().template mcParticle_as(); auto pdgCodeProng0 = std::abs(mcParticleProng0.pdgCode()); - + if (isLcSignal) { if (candidate.isSelLcToPKPi() >= selectionFlagLc && (!rejectReflectionLc || pdgCodeProng0 == kProton)) { if (isLcPrompt) {