Skip to content

Commit 5beec9e

Browse files
committed
Update PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx
1 parent e5dfc17 commit 5beec9e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,9 +2565,6 @@ struct HfCandidateCreatorXic0Omegac0Mc {
25652565
auto mcXic0Bachelor = arrayDaughters[0].mcParticle();
25662566

25672567
// Xic0 -> xi pi matching
2568-
if constexpr (decayChannel != aod::hf_cand_xic0_omegac0::DecayType::XiczeroToXiPi) {
2569-
LOGF(fatal, "ERROR: Quality validation is restricted to Xic0 → Xi Pi decay processes at this stage");
2570-
}
25712568
if constexpr (decayChannel == aod::hf_cand_xic0_omegac0::DecayType::XiczeroToXiPi) {
25722569
// Lambda → p pi
25732570
indexRec = RecoDecay::getMatchedMCRec<false, true>(mcParticles, arrayDaughtersV0, +kLambda0, std::array{+kProton, +kPiMinus}, true, &signV0, 1);

0 commit comments

Comments
 (0)