ROOTPWA-Maintainers / ROOTPWA

ROOTPWA is a toolkit for partial-wave analysis of multi-particle final states produced in high-energy particle reactions. It is used to determine hadron spectra from experimental data.
Other
8 stars 14 forks source link

Fix phaseSpaceIntegral and small stuff #95

Closed suhlatwork closed 9 years ago

suhlatwork commented 9 years ago

Fix the values calculated by the phaseSpaceIntegral class. The volume of the integration was taken into account twice, once in the normalization of the S_U_CHUNG weight, and once explicitly in the calculation this class. Now only use the one from the normalization.

Also issue #91 is partially fixed. If the two Lorentz-vectors of beam and X are equal and X is at rest (a small variation is allowed), the boost matrix, which is basically the unit matrix except for the small allowed variation, is returned. The boost is also performed if X is not at rest, however, then a warning is printed.

The effects of those two corrections are depicted here: plots

Also fix a couple of smaller stuff:

legordian commented 9 years ago

Thank you very much for these fixes! Merged.