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
PWGHF: Adding correlated bkg information in D+ tree (#7947)
* PWGHF: Adding possibility to store correlated bkg from D+ and Ds in D+ tree
* PWGHF: Adding channel info in D+ tree
* Update PWGHF/TableProducer/candidateSelectorDplusToPiKPi.cxx
Co-authored-by: Fabio Catalano <fabio.catalano372@gmail.com>
* Update PWGHF/TableProducer/candidateSelectorDplusToPiKPi.cxx
Co-authored-by: Fabio Catalano <fabio.catalano372@gmail.com>
---------
Co-authored-by: Fabio Catalano <fabio.catalano372@gmail.com>
if (!TESTBIT(candidate.hfflag(), aod::hf_cand_3prong::DecayType::DplusToPiKPi)) {
228
+
if (!TESTBIT(candidate.hfflag(), aod::hf_cand_3prong::DecayType::DplusToPiKPi) && !(storeDsDplusBkg && TESTBIT(candidate.hfflag(), aod::hf_cand_3prong::DecayType::DsToKKPi))) { // DecayType::DsToKKPi is used to flag both Ds± → K± K∓ π± and D± → K± K∓ π±
Partition<SelectedCandidatesMc> reconstructedCandSig = nabs(aod::hf_cand_3prong::flagMcMatchRec) == static_cast<int8_t>(BIT(aod::hf_cand_3prong::DecayType::DplusToPiKPi)) || nabs(aod::hf_cand_3prong::flagMcMatchRec) == static_cast<int8_t>(BIT(aod::hf_cand_3prong::DecayType::DsToKKPi)); // DecayType::DsToKKPi is used to flag both Ds± → K± K∓ π± and D± → K± K∓ π±
0 commit comments