Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Dello Stritto committed Feb 8, 2024
1 parent 121a68e commit 9f1ff88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FirstAnalysis/hf_pt_spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ def main():
ptlims["rawyields"],
)

ptmin = 0.
ptmax = 0.
for i_pt, (ptmin, ptmax) in enumerate(
zip(ptlims["rawyields"][:-1], ptlims["rawyields"][1:])
):
Expand All @@ -271,6 +269,7 @@ def main():
]

# compute prompt fraction
frac = [0., 0., 0.]
if frac_method == "Nb":
frac = compute_fraction_nb( # BR already included in FONLL prediction
rawy,
Expand Down

0 comments on commit 9f1ff88

Please sign in to comment.