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

Custom cauchy width #82

Closed legordian closed 9 years ago

legordian commented 9 years ago

Make the width of the half-Cauchy prior changeable at runtime by making it a standard member variable of the pwaLikelihood (as opposed to a const static one) and adding a getter and setter for it. Also introduce a new command line option in pwaNloptFit.cc which allows to set the prior width.

This is a re-opening of pull request #79, which was inadvertently merged and then force-un-merged. It contains all the changes mentioned in the discussion there.