Skip to content

Commit

Permalink
Merge pull request #1412 from NNPDF/add_integ_datasets
Browse files Browse the repository at this point in the history
Add integrability datasets for valence pdfs
  • Loading branch information
RoyStegeman committed Oct 6, 2021
2 parents fcf7c16 + eddabc9 commit 4c27de4
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildmaster/filters/INT.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ void register_integrability(vector<unique_ptr<CommonData>>& list)
"INTEGXV8_543"};
const std::array<std::string, 2> INTsets = {
"INTEGXT3",
"INTEGXT8"};
"INTEGXT8",
"INTEGXV",
"INTEGXV3",
"INTEGXV8"};


for (auto set : INTsets543)
Expand Down
4 changes: 4 additions & 0 deletions buildmaster/meta/INTEGV.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ndata: 1
nsys: 0
setname: INTEGXV
proctype: DIS_XV
4 changes: 4 additions & 0 deletions buildmaster/meta/INTEGV3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ndata: 1
nsys: 0
setname: INTEGXV3
proctype: DIS_XV3
4 changes: 4 additions & 0 deletions buildmaster/meta/INTEGV8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ndata: 1
nsys: 0
setname: INTEGXV8
proctype: DIS_XV8
2 changes: 2 additions & 0 deletions nnpdfcpp/data/commondata/DATA_INTEGXV.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INTEGXV 0 1
1 DIS_XV 1.000000000000e-09 2.722500000000e+00 0.000000000000e+00 0.000000000000e+00 0.000000000000e+00
2 changes: 2 additions & 0 deletions nnpdfcpp/data/commondata/DATA_INTEGXV3.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INTEGXV3 0 1
1 DIS_XV3 1.000000000000e-09 2.722500000000e+00 0.000000000000e+00 0.000000000000e+00 0.000000000000e+00
2 changes: 2 additions & 0 deletions nnpdfcpp/data/commondata/DATA_INTEGXV8.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INTEGXV8 0 1
1 DIS_XV8 1.000000000000e-09 2.722500000000e+00 0.000000000000e+00 0.000000000000e+00 0.000000000000e+00
7 changes: 7 additions & 0 deletions nnpdfcpp/data/commondata/PLOTTING_INTEGXV.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dataset_label: "integrability dataset: $xV$ PDF, Q=Q_0"
x: k1
kinematics_override: dis_sqrt_scale

experiment: "INTEGXV"

nnpdf31_process: DIS CC
7 changes: 7 additions & 0 deletions nnpdfcpp/data/commondata/PLOTTING_INTEGXV3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dataset_label: "integrability dataset: $xV_3$ PDF, Q=Q_0"
x: k1
kinematics_override: dis_sqrt_scale

experiment: "INTEGXV3"

nnpdf31_process: DIS CC
7 changes: 7 additions & 0 deletions nnpdfcpp/data/commondata/PLOTTING_INTEGXV8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dataset_label: "integrability dataset: $xV_8$ PDF, Q=Q_0"
x: k1
kinematics_override: dis_sqrt_scale

experiment: "INTEGXV8"

nnpdf31_process: DIS CC
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0

0 comments on commit 4c27de4

Please sign in to comment.