Generic partonic level perturbative structure functions built from an external PDFs grid. More...
#include <include/CepGen/StructureFunctions/PartonicParameterisation.h>
Public Types | |
enum class | Mode { full = 0 , valence = 1 , sea = 2 } |
Quarks types. More... | |
Public Member Functions | |
PartonicParameterisation (const ParametersList &) | |
~PartonicParameterisation () override=default | |
void | eval () final |
Local structure functions evaluation method. | |
virtual bool | hasW1W2 () const |
provides modelling for W_1/W_2? Longitudinal/transverse cross section ratio parameterisation used to compute \(F_{1/L}\) | |
const sigrat::Parameterisation * | sigmaRatio () const |
Parameterisation & | operator() (double xbj, double q2) |
Compute all relevant structure functions for a given \((x_{\rm Bj},Q^2)\) couple. | |
double | F2 (double xbj, double q2) |
Transverse structure function. | |
double | FL (double xbj, double q2) |
Longitudinal structure function. | |
double | W1 (double xbj, double q2) |
Longitudinal form factor. | |
double | W2 (double xbj, double q2) |
double | FE (double xbj, double q2) |
Electric proton form factor. | |
double | FM (double xbj, double q2) |
Magnetic proton form factor. | |
double | F1 (double xbj, double q2) |
\(F_1\) structure function | |
const std::string & | name () const |
Module unique indexing name. | |
bool | operator== (const SteeredObject &oth) const |
Equality operator. | |
bool | operator!= (const SteeredObject &oth) const |
Inequality operator. | |
const ParametersList & | parameters () const override |
Module user-defined parameters. | |
void | setParameters (const ParametersList ¶ms) override |
Set module parameters. | |
void | setDescribedParameters (const ParametersList ¶ms_orig) |
Set (documented) module parameters. | |
Static Public Member Functions | |
static ParametersDescription | description () |
Protected Member Functions | |
virtual double | evalxQ2 (int flavour, double xbj, double q2)=0 |
virtual Parameterisation & | computeFL (double xbj, double q2) |
Compute the longitudinal structure function for a given point. | |
virtual Parameterisation & | computeFL (double xbj, double q2, double r) |
Compute the longitudinal structure function for a given point. | |
Parameterisation & | clear () |
Reset the structure functions values. | |
Parameterisation & | setF1F2 (double f1, double f2) |
Parameterisation & | setF2 (double f2) |
Parameterisation & | setFL (double fl) |
Parameterisation & | setW1 (double w1) |
Parameterisation & | setW2 (double w2) |
Parameterisation & | setFE (double fe) |
Parameterisation & | setFM (double fm) |
double | tau (double xbj, double q2) const |
Compute the dimensionless variable \(\tau=\frac{4x_{\rm Bj}^2m_p^2}{Q^2}\). | |
double | gamma2 (double xbj, double q2) const |
Dimensionless variable \(\gamma^2=1+\frac{4x_{\rm Bj}^2 m_p^2}{Q^2}=1+\tau\). | |
double | nu (double xbj, double q2) const |
template<typename T > | |
T | steer (const std::string &key) const |
Retrieve a parameters as previously steered. | |
template<typename T , typename U > | |
U | steerAs (const std::string &key) const |
Retrieve a recast parameters as previously steered. | |
std::string | steerName () const |
Retrieve module name from parameters. | |
std::string | steerPath (const std::string &key) const |
Retrieve a path from common search paths. | |
Protected Attributes | |
const unsigned short | num_flavours_ |
Number of quark flavours considered in the SF building. | |
const Mode | mode_ |
Quarks types considered in the SF building. | |
const double | mp_ |
Proton mass, in GeV/c^2. | |
const double | mp2_ |
Squared proton mass, in GeV^2/c^4. | |
const double | inv_mp_ |
Inverse proton mass, in c^2/GeV. | |
const double | mx_min_ |
Minimum diffractive mass, in GeV/c^2. | |
Arguments | args_ |
Last \((x_{\rm Bj},Q^2)\) couple computed. | |
const std::string | name_ |
Module unique indexing name. | |
ParametersList | params_ |
Module parameters. | |
Static Protected Attributes | |
static constexpr std::array< short, 6 > | QUARK_PDG_IDS = {{1, 2, 3, 4, 5, 6}} |
static constexpr std::array< short, 6 > | Q_TIMES_3 |
Friends | |
std::ostream & | operator<< (std::ostream &, const Mode &mode) |
Definition at line 28 of file PartonicParameterisation.h.
|
strong |
Enumerator | |
---|---|
full | |
valence | |
sea |
Definition at line 34 of file PartonicParameterisation.h.
|
explicit |
|
overridedefault |
|
protectedinherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
|
static |
|
finalvirtual |
Implements Parameterisation.
|
protectedpure virtual |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
virtualinherited |
Definition at line 39 of file Parameterisation.h.
|
inherited |
Definition at line 42 of file NamedModule.h.
|
protectedinherited |
|
inherited |
Definition at line 50 of file SteeredObject.h.
|
inherited |
[in] | xbj | Bjorken's x variable |
[in] | q2 | Squared 4-momentum transfer (in GeV^2) |
|
inherited |
Definition at line 48 of file SteeredObject.h.
|
overridevirtualinherited |
Reimplemented from Steerable.
Definition at line 53 of file SteeredObject.h.
|
inherited |
Definition at line 72 of file SteeredObject.h.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
overridevirtualinherited |
Reimplemented from Steerable.
Definition at line 61 of file SteeredObject.h.
|
protectedinherited |
|
protectedinherited |
|
inherited |
Definition at line 41 of file Parameterisation.h.
|
protectedinherited |
Definition at line 39 of file Steerable.h.
Definition at line 44 of file Steerable.h.
|
protectedinherited |
Definition at line 48 of file Steerable.h.
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
friend |
|
protectedinherited |
Definition at line 111 of file Parameterisation.h.
|
protectedinherited |
Definition at line 108 of file Parameterisation.h.
|
protected |
Definition at line 43 of file PartonicParameterisation.h.
|
protectedinherited |
Definition at line 107 of file Parameterisation.h.
|
protectedinherited |
Definition at line 106 of file Parameterisation.h.
|
protectedinherited |
Definition at line 109 of file Parameterisation.h.
|
protectedinherited |
Definition at line 45 of file NamedModule.h.
|
protected |
Definition at line 42 of file PartonicParameterisation.h.
|
mutableprotectedinherited |
Definition at line 50 of file Steerable.h.
|
staticconstexprprotected |
Definition at line 46 of file PartonicParameterisation.h.
|
staticconstexprprotected |
Definition at line 45 of file PartonicParameterisation.h.