cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
MSTWGrid.cpp File Reference
+ Include dependency graph for MSTWGrid.cpp:

Go to the source code of this file.

Classes

class  Grid
 A \(F_{2,L}\) grid interpolator. More...
 
struct  Grid::header_t
 Grid header information as parsed from the file. More...
 
struct  Grid::sfval_t
 Structure functions value at a given \(Q^2/x_{\rm Bj}\) coordinate. More...
 

Namespaces

namespace  mstw
 Martin-Stirling-Thorne-Watt PDFs structure functions.
 

Functions

std::ostream & operator<< (std::ostream &os, const Grid::sfval_t &val)
 Human-readable description of a values point.
 
std::ostream & operator<< (std::ostream &os, const Grid::header_t::order_t &order)
 Human-readable description of an interpolation order.
 
std::ostream & operator<< (std::ostream &os, const Grid::header_t::cl_t &cl)
 Human-readable description of a confidence level.
 
std::ostream & operator<< (std::ostream &os, const Grid::header_t::nucleon_t &nucl)
 Human-readable description of a nucleon type.
 
 REGISTER_STRFUN ("MSTWGrid", 205, Grid)
 

Class Documentation

◆ mstw::Grid::sfval_t

struct mstw::Grid::sfval_t

Definition at line 91 of file MSTWGrid.cpp.

Class Members
double f2 {0.} Transverse structure function value.
double fl {0.} Longitudinal structure function value.
float q2 {0.} four-momentum transfer, in GeV \(^2\)
float xbj {0.} Bjorken's scaling variable.

Function Documentation

◆ REGISTER_STRFUN()

REGISTER_STRFUN ( "MSTWGrid"  ,
205  ,
Grid   
)