UnintegratedGluon Class Reference
Detailed DescriptionComputing unintegrated gluon by interpolating an input grid The form of the 2d grid is assumed to be: # logx logkt2 xg i1 j1 val1 ... ... ... i1 jn valn i2 j1 valn+1 ... ... ... i2 jn valn*m and both variables have to grow monotonically. IMPORTANT: normalization of gluon In case of problems in gluon evaluation a corresponding error is written to the
In each of the above cases the return value of the xg(double logx, double logkt2) function is set to zero.
Constructor & Destructor Documentation◆ UnintegratedGluon() [1/2]
base constructor taking the grid at input
◆ UnintegratedGluon() [2/2]
◆ ~UnintegratedGluon()
Member Function Documentation◆ grid_limits()
return grid limits in form of 2d vector of pairs: [[x1min,x1max], [x2min, x2max]] Min and max values in each dimension can be obtained by using first or second pair data members. Referenced by xg(). ◆ grid_size()
return size of the grid in each dimension ◆ xg()
value of the unintegrated gluon
References count1, count2, count3, count4, count5, first, grid3d, and grid_limits(). The documentation for this class was generated from the following files:
Generated on Fri Jun 7 2019 18:46:38 for TMDlib by 1.8.15 |