CepGen 1.2.5
Central exclusive processes event generator
|
#include <cmath>
#include "CepGen/Core/Exception.h"
#include "CepGen/Modules/StructureFunctionsFactory.h"
#include "CepGen/Physics/PDG.h"
#include "CepGen/Physics/Utils.h"
#include "CepGen/StructureFunctions/SigmaRatio.h"
#include "CepGen/Utils/Math.h"
Go to the source code of this file.
Classes | |
class | E143 |
E143 experimental R measurement [1]. More... | |
class | R1990 |
SLAC experimental R measurement [30]. More... | |
class | CLAS |
CLAS experimental R measurement. More... | |
class | SibirtsevBlunden |
Sibirtsev & Blunden parameterisation of the R ratio [25]. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::sigrat |
A collector namespace for modellings of the \(R=\sigma_L/\sigma_T\) ratio. | |
Functions | |
REGISTER_SIGRAT ("E143", 1, E143) | |
REGISTER_SIGRAT ("R1990", 2, R1990) | |
REGISTER_SIGRAT ("CLAS", 3, CLAS) | |
REGISTER_SIGRAT ("SibirtsevBlunden", 4, SibirtsevBlunden) | |
REGISTER_SIGRAT | ( | "CLAS" | , |
3 | , | ||
CLAS | |||
) |
REGISTER_SIGRAT | ( | "E143" | , |
1 | , | ||
E143 | |||
) |
REGISTER_SIGRAT | ( | "R1990" | , |
2 | , | ||
R1990 | |||
) |
REGISTER_SIGRAT | ( | "SibirtsevBlunden" | , |
4 | , | ||
SibirtsevBlunden | |||
) |