Skip to content

Commit e230959

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent a221976 commit e230959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

machine_learning_hep/hf_pt_spectrum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def hf_pt_spectrum(
179179
)
180180
hnorm = TH1F("hnorm", "hnorm", 1, 0, 1)
181181

182+
crosssec_nonprompt_fonll = []
182183
for i_pt, (ptmin, ptmax) in enumerate(zip(ptlims["rawyields"][:-1], ptlims["rawyields"][1:], strict=False)):
183184
pt_cent = (ptmax + ptmin) / 2
184185
pt_delta = ptmax - ptmin

0 commit comments

Comments
 (0)