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

Cherry-pick the recent developments in _v2 for master. #72

Closed legordian closed 9 years ago

legordian commented 9 years ago

Cherry-pick the commits implementing the addition of the NLopt optimizer package and the analytic calculation of the covariance matrix to the master branch. Apart from resolving some conflicts, several commits were modified and one commit was dropped entirely to make the compilation work in the master branch.

legordian commented 9 years ago

Forgot to cherry-pick some stuff, will re-open soon.

legordian commented 9 years ago

Forgotten stuff added, pull request reopened.

suhlatwork commented 9 years ago

Just to be sure about this: a couple of things from _v2 are still missing in this pull request:

suhlatwork commented 9 years ago

Compilation of 'pwaLikelihood.cc' requires C++11, so cmake should probably fail if the compiler does not provide this.

legordian commented 9 years ago

Implemented your suggestions except for the plotting script improvements, as the plottings scripts should be rewritten in the master in any case. The implementation involved rebasing a number of commits and force-pushing, so a reset is required to properly update your local branches.

suhlatwork commented 9 years ago

a1965856a376ce286135e092ab0fc0d572016adf src: Fix bug in complexMatrix. 52d933fe081686302f288ee9027547848776e224 src: Cosmetics. 586f72c37506637c5fa30da38b425248c7b1a204 src: Use wave list from fit result.

legordian commented 9 years ago

Done! :)