Version: SMASH-3.1
decaytype.cc File Reference
#include "smash/decaytype.h"
#include <algorithm>
#include <cmath>
#include "smash/constants.h"
#include "smash/formfactors.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 size_t smash::num_tab_pts = 200
 Number of tabulation points. More...
 
static Integrator smash::integrate
 
static Integrator2d smash::integrate2d (1E7)