Skip to content

Commit

Permalink
Correct LO and NLO example runcards
Browse files Browse the repository at this point in the history
  • Loading branch information
andreab1997 committed Nov 8, 2023
1 parent 1a229e4 commit 7429b24
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 3 deletions.
20 changes: 20 additions & 0 deletions n3fit/runcards/reproduce_nnpdf40/NNPDF40_lo_as_01180.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,26 @@ cuts_intersection_spec:
pdf: NNPDF31_nlo_as_0118
dataset_inputs: *NNLODatasets

added_filter_rules:
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
max_M: 200.0
rule: "M <= max_M"
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
min_M: 30.0
max_rapidity: 2.2
rule: "M >= min_M and etay <= max_rapidity"
- dataset: ATLASLOMASSDY11EXT
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
rule: "idat >= 2"


############################################################
Expand Down
21 changes: 20 additions & 1 deletion n3fit/runcards/reproduce_nnpdf40/NNPDF40_lo_pch_as_01180.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,26 @@ cuts_intersection_spec:
pdf: NNPDF31_nlo_as_0118
dataset_inputs: *NNLODatasets


added_filter_rules:
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
max_M: 200.0
rule: "M <= max_M"
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
min_M: 30.0
max_rapidity: 2.2
rule: "M >= min_M and etay <= max_rapidity"
- dataset: ATLASLOMASSDY11EXT
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
rule: "idat >= 2"

############################################################
datacuts:
Expand Down
21 changes: 20 additions & 1 deletion n3fit/runcards/reproduce_nnpdf40/NNPDF40_nlo_as_01170.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,26 @@ cuts_intersection_spec:
pdf: NNPDF31_nlo_as_0118
dataset_inputs: *NNLODatasets


added_filter_rules:
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
max_M: 200.0
rule: "M <= max_M"
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
min_M: 30.0
max_rapidity: 2.2
rule: "M >= min_M and etay <= max_rapidity"
- dataset: ATLASLOMASSDY11EXT
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
rule: "idat >= 2"

############################################################
datacuts:
Expand Down
20 changes: 20 additions & 0 deletions n3fit/runcards/reproduce_nnpdf40/NNPDF40_nlo_as_01180.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,26 @@ cuts_intersection_spec:
pdf: NNPDF31_nlo_as_0118
dataset_inputs: *NNLODatasets

added_filter_rules:
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
max_M: 200.0
rule: "M <= max_M"
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
min_M: 30.0
max_rapidity: 2.2
rule: "M >= min_M and etay <= max_rapidity"
- dataset: ATLASLOMASSDY11EXT
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
rule: "idat >= 2"


############################################################
Expand Down
20 changes: 20 additions & 0 deletions n3fit/runcards/reproduce_nnpdf40/NNPDF40_nlo_as_01190.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,26 @@ cuts_intersection_spec:
dataset_inputs: *NNLODatasets


added_filter_rules:
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
max_M: 200.0
rule: "M <= max_M"
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
min_M: 30.0
max_rapidity: 2.2
rule: "M >= min_M and etay <= max_rapidity"
- dataset: ATLASLOMASSDY11EXT
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
rule: "idat >= 2"

############################################################
datacuts:
Expand Down
21 changes: 20 additions & 1 deletion n3fit/runcards/reproduce_nnpdf40/NNPDF40_nlo_pch_as_01180.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,26 @@ cuts_intersection_spec:
pdf: NNPDF31_nlo_as_0118
dataset_inputs: *NNLODatasets


added_filter_rules:
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
max_M: 200.0
rule: "M <= max_M"
- dataset: CMSDY2D11
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
local_variables:
M: sqrt(M2)
min_M: 30.0
max_rapidity: 2.2
rule: "M >= min_M and etay <= max_rapidity"
- dataset: ATLASLOMASSDY11EXT
reason: "Reproduce 4.0 cuts"
PTO: NNLO-
rule: "idat >= 2"

############################################################
datacuts:
Expand Down

0 comments on commit 7429b24

Please sign in to comment.