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 @@ -281,7 +281,7 @@ constexpr bool isMatchedHFCandidate(T const& candidate)
281281 return false ;
282282 }
283283 } else if constexpr (isBplusCandidate<T>()) {
284- if (std::abs (candidate.flagMcMatchRec ()) == 1 << o2::aod::hf_cand_bplus::DecayType ::BplusToD0Pi) {
284+ if (std::abs (candidate.flagMcMatchRec ()) == o2::hf_decay::hf_cand_beauty::DecayChannelMain ::BplusToD0Pi) {
285285 return true ;
286286 } else {
287287 return false ;
@@ -305,7 +305,7 @@ constexpr bool isMatchedHFCandidate(T const& candidate)
305305 return false ;
306306 }
307307 } else if constexpr (isBplusMcCandidate<T>()) {
308- if (std::abs (candidate.flagMcMatchGen ()) == 1 << o2::aod::hf_cand_bplus::DecayType ::BplusToD0Pi) {
308+ if (std::abs (candidate.flagMcMatchGen ()) == o2::hf_decay::hf_cand_beauty::DecayChannelMain ::BplusToD0Pi) {
309309 return true ;
310310 } else {
311311 return false ;
You can’t perform that action at this time.
0 commit comments