#include <algorithm>
#include <fstream>
#include <functional>
#include <map>
#include <memory>
#include <vector>
#include "smash/constants.h"
#include "smash/forwarddeclarations.h"
#include "smash/integrate.h"
#include "smash/kinematics.h"
#include "smash/particletype.h"
#include "smash/sha256.h"
Go to the source code of this file.
|
| double | smash::spec_func_integrand_1res (double resonance_mass, double sqrts, double stable_mass, const ParticleType &type) |
| | Spectral function integrand for GSL integration, with one resonance in the final state (the second particle is stable). More...
|
| |
| double | smash::spec_func_integrand_2res (double sqrts, double res_mass_1, double res_mass_2, const ParticleType &t1, const ParticleType &t2) |
| | Spectral function integrand for GSL integration, with two resonances in the final state. More...
|
| |
| Tabulation | smash::spectral_integral_semistable (Integrator &integrate, const ParticleType &resonance, const ParticleType &stable, double range) |
| | Create a table for the spectral integral of a resonance and a stable particle. More...
|
| |
| Tabulation | smash::spectral_integral_unstable (Integrator2d &integrate2d, const ParticleType &res1, const ParticleType &res2, double range) |
| | Create a table for the spectral integral of two resonances. More...
|
| |