[PWGHF] Improve tasks for B to JPsi analyses#16500
Conversation
|
O2 linter results: ❌ 0 errors, |
|
Hi @fchinu , can you please add brief descriptions of the bugs you're fixing in this PR? |
|
It seems you could profit from |
|
Error while checking build/O2Physics/o2 for e7295f8 at 2026-06-03 05:55: Full log here. |
|
Hi @vkucera thanks for the comments! I have implemented them, and updated the description following the commit messages. |
|
Thanks @fchinu . Please see my further suggestions. |
Done, thanks! |
I don't see |
|
Sorry, I changed the ones you pointed me to, now everything should be updated |
|
In if (useJpsiPdgMass && usePhiPdgMass) {
return RecoDecay::m(...);
} else if (useJpsiPdgMass && !usePhiPdgMass) {
return RecoDecay::m(...);
} else if (!useJpsiPdgMass && usePhiPdgMass) {
return RecoDecay::m(...);
}
return RecoDecay::m(...);All the |
I have spotted a few bugs that were preventing the signals to be observed, and added a configurable to use J/Psi PDG mass instead of the reconstructed one when computing the B meson mass. (tagging @fgrosa)