NNPDF / hawaiian_vrap

vrap with pineappl
0 stars 0 forks source link

Loop and rebin #5

Closed scarlehoff closed 2 years ago

scarlehoff commented 2 years ago

Now one can call vrap with a file of kinematics (mass and rapidity, one per line) and it will automatically generate the full pineappl grid for the entire dataset.

For instance, a call:

../build/Vrap inputE605nlo.dat kin.dat

where kin.dat is:

9 0.2
7 0.6

will produce the following grid:

bin x0    x1       diff     scale uncertainty
---+-+-+---+---+-----------+--------+--------
  0 9 9 0.2 0.2 2.0397543e0  -12.76%   16.94%
  1 7 7 0.6 0.6 8.0491532e0  -10.60%   14.69%
Thanks for using LHAPDF 6.4.0. Please make sure to cite the paper:
  Eur.Phys.J. C75 (2015) 3, 132  (http://arxiv.org/abs/1412.7420)
scarlehoff commented 2 years ago

If you are happy with this @cschwan I'll merge and then create the NLO grids (which I'll then leave in dom for Felix to treat).

@enocera I can run E605 easily (I am right now to check) but I have a few questions regarding the others.

  1. What's the difference between FK_DYE886P.dat, FK_DYE886R_D.dat and FK_DYE886R_P.dat ? I can see only two cards: E866 and E866deut. I'm guessing E866deut corresponds to FK_DYE886R_D.dat but I don't know about the others?

  2. For DYE906R we have many bins, which are then summed together by a compound file. How does that match the runcards we have in this repository?

cschwan commented 2 years ago

@scarlehoff I am, please go ahead and merge it!