LHCfitNikhef / smefit_release

SMEFiT a Standard Model Effective Field Theory fitter
GNU General Public License v3.0
6 stars 1 forks source link

Implementation of correlated PDF and scale error #50

Open tgiani opened 1 year ago

tgiani commented 1 year ago

In order to implement the theory error on the SM predictions due to the PDFs and scale, for each datapoint we need the theory predictions for each replica and scale variation. We propose the following format to be added in the theory tables:

"pdf_replicas": [
    [1, ..., n_dat,],
    ...,
    [n_rep, ..., n_dat],
 ]
LucaMantani commented 1 year ago

Hi Tommaso, Yes, in general i would say that's doable. I'll think more about it and maybe we can discuss it at the next meeting.

One problem I can foresee, the best_sm is often read from papers where the theory uncertainties are not going to be given in that format. We have the madgraph runs that have the numbers precisely in that shape though.

Is there a specific reason why you would want them in that format? Is it because that way one can infer the correlations?

tgiani commented 1 year ago

Hi Luca, yes indeed, with this kind of format we can build a covmat which takes into account the correlation between different dataset. And indeed I was thinking that the output you have from madgraph should be already in a similar shape