CepGen 1.2.5
Central exclusive processes event generator
|
#include <gsl/gsl_interp.h>
#include <gsl/gsl_spline.h>
#include <gsl/gsl_version.h>
#include <array>
#include <map>
#include <memory>
#include "CepGen/Utils/Limits.h"
Go to the source code of this file.
Classes | |
class | GridHandler< D, N > |
A generic class for \(\mathbb{R}^D\mapsto\mathbb{R}^N\) grid interpolation. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Enumerations | |
enum struct | GridType { linear , logarithmic , square } |
Interpolation type for the grid coordinates. More... | |