Fixes T219
Details
- Reviewers
tlatham jback kreps abudinen - Maniphest Tasks
- T219: Fix coefficients for D⁰ → π⁺π⁻π⁰ (D_DALITZ)
- Commits
- rEVTGEN9633c9c2382c: Fixed D0->pi+pi-pi0 amplitudes
New coefficients tested using the GENERIC_DALITZ model within the Belle II software Framework https://github.com/belle2/basf2 https://software.belle2.org/.
Diff Detail
- Repository
- rEVTGEN evtgen
- Branch
- local/fix-d023pi
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 252 Build 252: arc lint + arc unit
Event Timeline
Many thanks for this @lmassa and apologies for the delay in looking at it.
All the numbers match those in your presentation. I just want to run it through our testing framework, where we should hopefully see the same changes in the distributions.
I also checked that the numbers are consistent with the ones from the presentation. It might be a good idea to add a comment in the code that the amplitude magnitudes are obtained from the mentioned BaBar paper but corrected for normalisation.
Thank you @tlatham for reviewing the distributions, it is a really helpful cross-check.
I added the comment as you suggested.
Thanks for adding the comment @lmassa. However, it looks like some other things have changed as well. See:
https://phab.hepforge.org/D94?vs=402&id=412#toc
Are those additional changes intentional?
No, they were not... I updated the differential revision from a different computer, so perhaps the local branches were not synced or correctly copied for some reason. Let me make another revision.
It appears I somehow checked out a local commit that was not supposed to end up in the revision. Now I reverted it. The diff from the initial DR to now shows only the comment in EvtDDalitz.cpp https://phab.hepforge.org/D94?vs=402&id=413#toc as it should be.