CepGen 1.2.5
Central exclusive processes event generator
|
#include <cmath>
#include "CepGen/Core/Exception.h"
#include "CepGen/FormFactors/Parameterisation.h"
#include "CepGen/KTFluxes/KTFlux.h"
#include "CepGen/Modules/FormFactorsFactory.h"
#include "CepGen/Modules/PartonFluxFactory.h"
#include "CepGen/Physics/PDG.h"
#include "CepGen/Physics/Utils.h"
Go to the source code of this file.
Classes | |
class | ElasticNucleonKTFlux |
struct | BudnevElasticNucleonKTFlux |
class | BudnevElasticLeptonKTFlux |
class | ElasticHeavyIonKTFlux |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Functions | |
REGISTER_KT_FLUX ("Elastic", 0, ElasticNucleonKTFlux) | |
REGISTER_KT_FLUX ("BudnevElastic", 10, BudnevElasticNucleonKTFlux) | |
REGISTER_KT_FLUX ("BudnevElasticLepton", 12, BudnevElasticLeptonKTFlux) | |
REGISTER_KT_FLUX ("ElasticHeavyIon", 100, ElasticHeavyIonKTFlux) | |
REGISTER_KT_FLUX | ( | "BudnevElastic" | , |
10 | , | ||
BudnevElasticNucleonKTFlux | |||
) |
REGISTER_KT_FLUX | ( | "BudnevElasticLepton" | , |
12 | , | ||
BudnevElasticLeptonKTFlux | |||
) |
REGISTER_KT_FLUX | ( | "Elastic" | , |
0 | , | ||
ElasticNucleonKTFlux | |||
) |
REGISTER_KT_FLUX | ( | "ElasticHeavyIon" | , |
100 | , | ||
ElasticHeavyIonKTFlux | |||
) |