You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto nPVContributors = collision.numContrib(); // number of PV contributors
552
552
if (std::abs(candDstarMcRec.flagMcMatchRec()) == hf_decay::hf_cand_dstar::DecayChannelMain::DstarToPiKPi) { // if MC matching is successful at Reconstruction Level
553
553
// get MC Mother particle
554
-
auto prong0 = candDstarMcRec.templateprong0_as<aod::TracksWMc>();
555
-
auto indexMother = RecoDecay::getMother(rowsMcPartilces, prong0.templatemcParticle_as<CandDstarMcGen>(), o2::constants::physics::Pdg::kDStar, true, &signDstar, 2);
556
-
auto particleMother = rowsMcPartilces.rawIteratorAt(indexMother); // What is difference between rawIterator() or iteratorAt() methods?
557
-
auto ptMother = particleMother.pt();
554
+
// auto prong0 = candDstarMcRec.template prong0_as<aod::TracksWMc>();
// For unknown reasons there are charm hadrons coming directly from beauty diquarks without an intermediate B-hadron which have an unreasonable correlation between the pT of the charm hadron and the beauty mother. We also remove charm hadrons from quarkonia.
0 commit comments