dataset excluded from NNPDF4.0: CMS_1JET_7TEV_R07#2420
dataset excluded from NNPDF4.0: CMS_1JET_7TEV_R07#2420
Conversation
| experiment: CMS | ||
|
|
||
| implemented_observables: | ||
| - observable_name: R07 |
There was a problem hiding this comment.
Maybe it is better to keep track of the type of the observable. You could use for example
| - observable_name: R07 | |
| - observable_name: R07_PTY |
76a0228 to
820cedc
Compare
| pT: {description: jet transverse momentum, label: r"$p_T$" , units: GeV} | ||
| y: {description: jet rapidity, label: r"$|y|$" , units: ''} | ||
| sqrts: {description: centre of mass energy, label: r"$\sqrt(s)$", units: GeV} | ||
| kinematic_coverage: [pT, y, sqrts] |
There was a problem hiding this comment.
Could please change this order?
| kinematic_coverage: [pT, y, sqrts] | |
| kinematic_coverage: [y, pT, sqrts] |
| bins: | ||
| - y: | ||
| min: 0.0 | ||
| mid: 0.25 | ||
| max: 0.5 | ||
| sqrts: | ||
| min: null | ||
| mid: 7000.0 | ||
| max: null | ||
| pT: | ||
| min: 56.0 | ||
| mid: 60.0 | ||
| max: 64.0 |
There was a problem hiding this comment.
Note that the ordering here is different from the one in metadata.yaml (see kinematic_coverage).
Dear @andrpie let me try to clarify some delicate points that we need to keep in mind with this data set.
Because of 1) and 2), the idea is to implement only the most recent measurement with R=0.7 for NNPDF4.1. There are therefore three tasks.
As soon as you're done with the first two points, I can help with the third. |
|
Hi @enocera, thanks for your comment. I can also help if needed. |
d77bbe5 to
a61abd2
Compare
|
Dear @enocera, Thank you for the instructions. I have implemented the measurement in commondata as advised: it is the arXiv:1406.0324 R=0.7 double differential cross section. Then I also looked at the bins of the corresponding measurement in arXiv:1212.6660, and only left the ones that appeared in both (intersection). So point 1 can be considered done. Regarding the grids, I have downloaded them and tried to perform the conversion to pineappl format. I ran into the following error:
@Radonirinaunimi have you encountered this before? @achiefa was able to reproduce this issue for applgrid format (for me, it happens with fastNLO). I suppose we can't proceed without fixing this problem, as the next step is to compare the bins in the grids to the ones in commondata. |
|
Hi @andrpie, I just opened an issue in NNPDF/pineappl#383 and will look into it asap. |
This is the initial implementation.