ComPWA / ComPWA-legacy

[deprecated] C++ back-end for the Common Partial Wave Analysis framework
https://compwa.github.io/legacy
Other
9 stars 9 forks source link

Implemented phasespace volume computation #237

Closed redeboer closed 5 years ago

redeboer commented 5 years ago

Using the formalism explained in these lecture notes, the phasespace volume can now be computed using only masses in the initial state and in the final states as input. You can choose between two types of algorithms:

Benchmarks in PhspVolumeTest show that Riemann integration is faster than MC integration up to 5 particles in the final state.