In pinefarm we add metadata to the generated PineAPPL grid. Unfortunately the metadata changed a bit over time and thus isn't uniform and also a bit hard to read automatically. An example of the results metadata for ATLAS_DY_7TEV_CF is:
----------------------------------------------------------------------
PineAPPL MC sigma central min max
1/100 sigma 1/1000 1/1000 1/1000
----------------------------------------------------------------------
2.378766e+00 2.378884e+00 0.262 0.019 0.0496 0.1263 0.0397
6.711583e+00 6.711661e+00 0.086 0.014 0.0117 0.0855 0.0486
1.246710e+01 1.246338e+01 0.052 0.569 0.2981 0.2739 0.3157
1.930853e+01 1.930489e+01 0.012 1.525 0.1884 0.1806 0.2039
2.658518e+01 2.658270e+01 0.012 0.813 0.0935 0.0782 0.1117
3.351150e+01 3.351280e+01 0.007 0.534 0.0387 0.0357 0.0409
6.590712e+01 6.591164e+01 0.005 1.319 0.0685 0.0718 0.0676
3.044189e+01 3.044364e+01 0.011 0.534 0.0575 0.0428 0.0705
7.526862e+00 7.526933e+00 0.030 0.031 0.0094 0.0232 0.0019
1.890373e-01 1.890007e-01 0.079 0.245 0.1940 0.1845 0.2035
4.149114e-01 4.148817e-01 0.019 0.378 0.0714 0.0634 0.0824
6.575542e-01 6.575642e-01 0.010 0.149 0.0152 0.0105 0.0187
6.353079e-01 6.353490e-01 0.010 0.631 0.0647 0.0660 0.0615
2.540983e-01 2.541186e-01 0.018 0.433 0.0800 0.0767 0.0850
4.145008e-02 4.145223e-02 0.061 0.085 0.0517 0.0390 0.0632
This can be improved:
- Don't store the column
PineAPPL; we can always calculate this number by convoluting the grid with the PDF given in the metadata results_pdf.
- The column
MC stores the sum of all contributions generated by the Monte Carlo integrator. If possible, we should store the MC predictions of each order, since we may want to test the interpolation error.
- Instead of
sigma, which shows to the total MC uncertaintiy, we should instead show the Monte Carlo uncertainties of each order; this would enable us to use them in pineappl uncert, which then can calculate PDF, scale-variation and MC uncertainties and combinations of them.
- The last three columns show the interpolation error in per mille of the central prediction and the envelopes (
min and max) of a 7- or 9-point scale variation. We never document which one it is. We could unify this by treating the log-grids similarly to all the other orders.
In pinefarm we add metadata to the generated PineAPPL grid. Unfortunately the metadata changed a bit over time and thus isn't uniform and also a bit hard to read automatically. An example of the
resultsmetadata forATLAS_DY_7TEV_CFis:This can be improved:
PineAPPL; we can always calculate this number by convoluting the grid with the PDF given in the metadataresults_pdf.MCstores the sum of all contributions generated by the Monte Carlo integrator. If possible, we should store the MC predictions of each order, since we may want to test the interpolation error.sigma, which shows to the total MC uncertaintiy, we should instead show the Monte Carlo uncertainties of each order; this would enable us to use them inpineappl uncert, which then can calculate PDF, scale-variation and MC uncertainties and combinations of them.minandmax) of a 7- or 9-point scale variation. We never document which one it is. We could unify this by treating the log-grids similarly to all the other orders.