PARTONS
|
PARtonic Tomography Of Nucleon Software
|
Class representing the kinematic variables for a Generalized Form Factor model. More...
Public Member Functions | |
GeneralizedFormFactorKinematic () | |
Default constructor. More... | |
GeneralizedFormFactorKinematic (double t, double MuF, double MuR) | |
Constructor. More... | |
virtual | ~GeneralizedFormFactorKinematic () |
Default destructor. More... | |
virtual std::string | toString () const |
Return a pre-formatted characters string for output visualization of class member's values. More... | |
double | getMuF () const |
void | setMuF (double muF) |
double | getMuR () const |
void | setMuR (double muR) |
double | getT () const |
void | setT (double t) |
Private Attributes | |
double | m_t |
Mandelstam variable, momentum transfer on the hadron target (in GeV^2) More... | |
double | m_MuF |
Factorization scale (in GeV) More... | |
double | m_MuR |
Renormalization scale (in GeV) More... | |
Class representing the kinematic variables for a Generalized Form Factor model.
The Generalized Form Factors are the coefficients of the polynomial
expansion of the Mellin moments of a GPD. They are t-dependent functions, and
also carry an implicit dependance on renormalization and factorization scales.
They are dimensionless functions.
PARTONS::GeneralizedFormFactorKinematic::GeneralizedFormFactorKinematic | ( | ) |
Default constructor.
PARTONS::GeneralizedFormFactorKinematic::GeneralizedFormFactorKinematic | ( | double | t, |
double | MuF, | ||
double | MuR | ||
) |
Constructor.
t | Mandelstam variable, momentum transfer on the hadron target (in GeV^2) |
MuF | Factorization scale (in GeV) |
MuR | Renormalization scale (in GeV) |
|
virtual |
Default destructor.
double PARTONS::GeneralizedFormFactorKinematic::getMuF | ( | ) | const |
double PARTONS::GeneralizedFormFactorKinematic::getMuR | ( | ) | const |
double PARTONS::GeneralizedFormFactorKinematic::getT | ( | ) | const |
void PARTONS::GeneralizedFormFactorKinematic::setMuF | ( | double | muF | ) |
void PARTONS::GeneralizedFormFactorKinematic::setMuR | ( | double | muR | ) |
void PARTONS::GeneralizedFormFactorKinematic::setT | ( | double | t | ) |
|
virtual |
Return a pre-formatted characters string for output visualization of class member's values.
|
private |
Factorization scale (in GeV)
|
private |
Renormalization scale (in GeV)
|
private |
Mandelstam variable, momentum transfer on the hadron target (in GeV^2)