CepGen 1.2.5
Central exclusive processes event generator
|
#include <cmath>
#include <fstream>
#include "CepGen/Core/Exception.h"
#include "CepGen/Core/ParametersList.h"
#include "CepGen/Modules/StructureFunctionsFactory.h"
#include "CepGen/StructureFunctions/Parameterisation.h"
#include "CepGen/Utils/GridHandler.h"
#include "CepGen/Utils/String.h"
Go to the source code of this file.
Classes | |
class | Grid |
A \(F_{2,L}\) grid interpolator. More... | |
struct | Grid::header_t |
Grid header information as parsed from the file. More... | |
struct | Grid::sfval_t |
Structure functions value at a given \(Q^2/x_{\rm Bj}\) coordinate. More... | |
Namespaces | |
namespace | mstw |
Martin-Stirling-Thorne-Watt PDFs structure functions. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Grid::sfval_t &val) |
Human-readable description of a values point. | |
std::ostream & | operator<< (std::ostream &os, const Grid::header_t::order_t &order) |
Human-readable description of an interpolation order. | |
std::ostream & | operator<< (std::ostream &os, const Grid::header_t::cl_t &cl) |
Human-readable description of a confidence level. | |
std::ostream & | operator<< (std::ostream &os, const Grid::header_t::nucleon_t &nucl) |
Human-readable description of a nucleon type. | |
REGISTER_STRFUN ("MSTWGrid", 205, Grid) | |
struct mstw::Grid::sfval_t |
Definition at line 91 of file MSTWGrid.cpp.
REGISTER_STRFUN | ( | "MSTWGrid" | , |
205 | , | ||
Grid | |||
) |