Skip to content

Commit

Permalink
updating x Q2 mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoterh committed Nov 25, 2024
1 parent abf6356 commit 3f87366
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 119 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},
"ET2": {"min": None, "mid": ((min_et + max_et) / 2) ** 2, "max": None},
"ET": {"min": None, "mid": ((min_et + max_et) / 2), "max": None},
"sqrts": {"min": None, "mid": SQRT_S, "max": None},
}
kinematics.append(kin_value)
Expand Down
Loading

0 comments on commit 3f87366

Please sign in to comment.