#include "smash/decaytype.h"#include <algorithm>#include <cmath>#include "smash/constants.h"#include "smash/cxx14compat.h"#include "smash/formfactors.h"#include "smash/integrate.h"#include "smash/kinematics.h"#include "smash/pdgcode_constants.h"#include "smash/pow.h"Go to the source code of this file.
Namespaces | |
| smash | |
Functions | |
| static double | smash::integrand_rho_Manley_1res (double sqrts, double mass, double stable_mass, ParticleTypePtr type, int L) | 
| static double | smash::integrand_rho_Manley_2res (double sqrts, double m1, double m2, ParticleTypePtr t1, ParticleTypePtr t2, int L) | 
| static ParticleTypePtrList & | smash::arrange_particles (ParticleTypePtrList &part_types) | 
| Rearrange the particle list such that the first particle is the stable one.  More... | |
| static ParticleTypePtrList | smash::sort_particles (ParticleTypePtrList part_types) | 
| sort the particle list  More... | |
Variables | |
| constexpr int | smash::num_tab_pts = 200 | 
| static Integrator | smash::integrate | 
| static Integrator2dCuhre | smash::integrate2d (1E7) |