File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -805,11 +805,6 @@ struct HfTaskSigmac {
805805 // / reconstructed Σc0,++ matched to MC
806806 for (const auto & candSc : candidatesSc) {
807807
808- // / Candidate selected as Σc0 and/or Σc++
809- if (!(candSc.hfflag () & BIT (aod::hf_cand_sigmac::DecayType::Sc0ToPKPiPi)) && !(candSc.hfflag () & BIT (aod::hf_cand_sigmac::DecayType::ScplusplusToPKPiPi)) && // Σc0,++(2455)
810- !(candSc.hfflag () & BIT (aod::hf_cand_sigmac::DecayType::ScStar0ToPKPiPi)) && !(candSc.hfflag () & BIT (aod::hf_cand_sigmac::DecayType::ScStarPlusPlusToPKPiPi))) { // Σc0,++(2520)
811- continue ;
812- }
813808 // / rapidity selection on Σc0,++
814809 // / NB: since in data we cannot tag Sc(2455) and Sc(2520), then we use only Sc(2455) for y selection on reconstructed signal
815810 if (yCandRecoMax >= 0 . && std::abs (hfHelper.ySc0 (candSc)) > yCandRecoMax && std::abs (hfHelper.yScPlusPlus (candSc)) > yCandRecoMax) {
You can’t perform that action at this time.
0 commit comments