We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 459f2be + ca12f3a commit 1effdfeCopy full SHA for 1effdfe
PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx
@@ -944,7 +944,7 @@ struct HfCorrelatorLcHadrons {
944
bool isLcNonPrompt = candidate.originMcRec() == RecoDecay::OriginType::NonPrompt;
945
auto mcParticleProng0 = candidate.template prong0_as<TracksWithMc>().template mcParticle_as<aod::McParticles>();
946
auto pdgCodeProng0 = std::abs(mcParticleProng0.pdgCode());
947
-
+
948
if (isLcSignal) {
949
if (candidate.isSelLcToPKPi() >= selectionFlagLc && (!rejectReflectionLc || pdgCodeProng0 == kProton)) {
950
if (isLcPrompt) {
0 commit comments