Skip to content

Commit 1dee5cf

Browse files
author
mattia
committed
Remove meaningless check for Sc matching to MC.
1 parent 32bb261 commit 1dee5cf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

PWGHF/D2H/Tasks/taskSigmac.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)