Skip to content

Commit

Permalink
adding x Q2 mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoterh committed Nov 11, 2024
1 parent 8709f3d commit 1370f55
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion nnpdf_data/nnpdf_data/commondata/ATLAS_PH_13TEV/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_kinematics(hepdata: dict, bin_index: list = [], indx: int = 0, mid_rap=N

kin_value = {
"eta": {"min": None, "mid": mid_rap, "max": None},
"E_t2": {"min": None, "mid": ((min_et + max_et) / 2) ** 2, "max": None},
"ET2": {"min": None, "mid": ((min_et + max_et) / 2) ** 2, "max": None},
"sqrts": {"min": None, "mid": SQRT_S, "max": None},
}
kinematics.append(kin_value)
Expand Down
Loading

0 comments on commit 1370f55

Please sign in to comment.