Skip to content

Commit

Permalink
update PTO to PTODIS for covoluting with eko
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Oct 5, 2023
1 parent 03d061b commit dada400
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pineko/theory.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@ def fk(self, name, grid_path, tcard, pdf):
grid.lumi(),
):
max_as += 1

# to ensure that the higher order PTODIS terms are not neglegted
if "PTODIS" in tcard and "FONLL" in tcard["FNS"]:
tcard["PTO"] = tcard["PTODIS"]

# NB: This would not happen for num_fonll
max_al = 0
# check for sv
Expand Down

0 comments on commit dada400

Please sign in to comment.