File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ constexpr bool isMatchedHFCandidate(T const& candidate)
381381 return false ;
382382 }
383383 } else if constexpr (isBplusCandidate<T>()) {
384- if (std::abs (candidate.flagMcMatchRec ()) == 1 << o2::aod::hf_cand_bplus::DecayType ::BplusToD0Pi) {
384+ if (std::abs (candidate.flagMcMatchRec ()) == o2::hf_decay::hf_cand_beauty::DecayChannelMain ::BplusToD0Pi) {
385385 return true ;
386386 } else {
387387 return false ;
@@ -417,7 +417,7 @@ constexpr bool isMatchedHFCandidate(T const& candidate)
417417 return false ;
418418 }
419419 } else if constexpr (isBplusMcCandidate<T>()) {
420- if (std::abs (candidate.flagMcMatchGen ()) == 1 << o2::aod::hf_cand_bplus::DecayType ::BplusToD0Pi) {
420+ if (std::abs (candidate.flagMcMatchGen ()) == o2::hf_decay::hf_cand_beauty::DecayChannelMain ::BplusToD0Pi) {
421421 return true ;
422422 } else {
423423 return false ;
You can’t perform that action at this time.
0 commit comments