#include "Physics/PhspVolume.hpp"
#include "Core/Exceptions.hpp"
#include <algorithm>
#include <cmath>
#include <numeric>
Go to the source code of this file.
|
std::pair< double, double > | ComPWA::Physics::SRange (double s, std::vector< double > &masses) |
|
std::pair< double, double > | ComPWA::Physics::PhspVolume (double s, std::vector< double > &FSMasses, std::size_t SampleSize=1000) |
| Compute phasespace volume of momentum space for an arbitrary number of particles in the final state using Riemann integration. More...
|
|
double | ComPWA::Physics::PhspVolumeTwoParticles (double s, double m1, double m2) |
| Phase space element for a two particle decay. More...
|
|
double | ComPWA::Physics::KallenFunction (double x, double y, double z) |
| Original Källén function, that is, not having square values in its argument. More...
|
|