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.
Rename the Python script genpw to generatePhaseSpace removing the previous C++ executable. It seems to be required to remove the content of build/bin/ for this change to take effect (rm -rf build/bin/*), otherwise the link from this directory to the script will not be created. This changes the options with which generatePhaseSpace can be called in one case, simply removing -r (without removing the argument to -r should work).
Rename the Python script
genpw
togeneratePhaseSpace
removing the previous C++ executable. It seems to be required to remove the content ofbuild/bin/
for this change to take effect (rm -rf build/bin/*
), otherwise the link from this directory to the script will not be created. This changes the options with whichgeneratePhaseSpace
can be called in one case, simply removing-r
(without removing the argument to-r
should work).