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

nBodyPhaseSpace: random numbers must be strictly increasing #206

Closed suhlatwork closed 7 years ago

suhlatwork commented 7 years ago

The random numbers used to calculate the intermediate masses have to be strictly increasing as there is a strict requirement on the masses of the states (see eq. 20 in F. James "Monte Carlo Phase Space"). Repeat the creation of the list of random numbers until this is the case.

bgrube commented 7 years ago

Merged. Thanks!