Base object for the parameterisation of nucleon structure functions. More...
#include <include/CepGen/StructureFunctions/Parameterisation.h>
Classes | |
struct | Arguments |
struct | Values |
Public Member Functions | |
Parameterisation (const ParametersList &) | |
~Parameterisation () override=default | |
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 () |
Generic description for the structure functions. | |
Protected Member Functions | |
virtual void | eval ()=0 |
Local structure functions evaluation method. | |
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 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. | |
Friends | |
std::ostream & | operator<< (std::ostream &, const Parameterisation &) |
Human-readable dump of the SF parameterisation at this (xBj,Q^2) value. | |
Definition at line 29 of file Parameterisation.h.
|
explicit |
|
overridedefault |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
static |
|
protectedpure virtual |
Implemented in PartonicParameterisation.
double F1 | ( | double | xbj, |
double | q2 ) |
double F2 | ( | double | xbj, |
double | q2 ) |
double FE | ( | double | xbj, |
double | q2 ) |
double FL | ( | double | xbj, |
double | q2 ) |
double FM | ( | double | xbj, |
double | q2 ) |
|
protected |
|
virtual |
Definition at line 39 of file Parameterisation.h.
|
inherited |
Definition at line 42 of file NamedModule.h.
|
protected |
|
inherited |
Definition at line 50 of file SteeredObject.h.
Parameterisation & operator() | ( | double | xbj, |
double | q2 ) |
[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.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
overridevirtualinherited |
Reimplemented from Steerable.
Definition at line 61 of file SteeredObject.h.
|
protected |
|
protected |
const sigrat::Parameterisation * sigmaRatio | ( | ) | const |
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 |
|
protected |
double W1 | ( | double | xbj, |
double | q2 ) |
double W2 | ( | double | xbj, |
double | q2 ) |
|
friend |
|
protected |
Definition at line 111 of file Parameterisation.h.
|
protected |
Definition at line 108 of file Parameterisation.h.
|
protected |
Definition at line 107 of file Parameterisation.h.
|
protected |
Definition at line 106 of file Parameterisation.h.
|
protected |
Definition at line 109 of file Parameterisation.h.
|
protectedinherited |
Definition at line 45 of file NamedModule.h.
|
mutableprotectedinherited |
Definition at line 50 of file Steerable.h.