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

pyInterface: fix 'getWaveDescThresFromWaveList' #156

Closed suhlatwork closed 8 years ago

suhlatwork commented 8 years ago

The python function 'getWaveDescThresFromWaveList' should check whether a line read from the wavelist can be split into either one or two parts, not whether the split array is either '1' or '2'. This was broken by commit 71a39d39057ddc47868cbba46cb12868c9806cb5,

legordian commented 8 years ago

Merged, thank you!