PARTONS  
PARtonic Tomography Of Nucleon Software
Public Member Functions | Private Attributes | List of all members
PARTONS::GeneralizedFormFactorKinematic Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ GeneralizedFormFactorKinematic() [1/2]

PARTONS::GeneralizedFormFactorKinematic::GeneralizedFormFactorKinematic ( )

Default constructor.

◆ GeneralizedFormFactorKinematic() [2/2]

PARTONS::GeneralizedFormFactorKinematic::GeneralizedFormFactorKinematic ( double  t,
double  MuF,
double  MuR 
)

Constructor.

Parameters
tMandelstam variable, momentum transfer on the hadron target (in GeV^2)
MuFFactorization scale (in GeV)
MuRRenormalization scale (in GeV)

◆ ~GeneralizedFormFactorKinematic()

PARTONS::GeneralizedFormFactorKinematic::~GeneralizedFormFactorKinematic ( )
virtual

Default destructor.

Member Function Documentation

◆ getMuF()

double PARTONS::GeneralizedFormFactorKinematic::getMuF ( ) const

◆ getMuR()

double PARTONS::GeneralizedFormFactorKinematic::getMuR ( ) const

◆ getT()

double PARTONS::GeneralizedFormFactorKinematic::getT ( ) const

◆ setMuF()

void PARTONS::GeneralizedFormFactorKinematic::setMuF ( double  muF)

◆ setMuR()

void PARTONS::GeneralizedFormFactorKinematic::setMuR ( double  muR)

◆ setT()

void PARTONS::GeneralizedFormFactorKinematic::setT ( double  t)

◆ toString()

std::string PARTONS::GeneralizedFormFactorKinematic::toString ( ) const
virtual

Return a pre-formatted characters string for output visualization of class member's values.

Returns
a pre-formatted characters string

Member Data Documentation

◆ m_MuF

double PARTONS::GeneralizedFormFactorKinematic::m_MuF
private

Factorization scale (in GeV)

◆ m_MuR

double PARTONS::GeneralizedFormFactorKinematic::m_MuR
private

Renormalization scale (in GeV)

◆ m_t

double PARTONS::GeneralizedFormFactorKinematic::m_t
private

Mandelstam variable, momentum transfer on the hadron target (in GeV^2)


The documentation for this class was generated from the following files: