Skip to content

Commit b185ab0

Browse files
DelloStrittoqgp
andauthored
Update machine_learning_hep/analysis/analyzer_jets.py
Co-authored-by: Jochen Klein <[email protected]>
1 parent b8c0830 commit b185ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning_hep/analysis/analyzer_jets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def calculate_efficiencies(self):
269269

270270
eff = h_det[cat].Clone(f'h_effnew_{cat}')
271271
ensure_sumw2(eff)
272-
eff.Divide(h_out) #apply correction here. 2 axes pt hf
272+
eff.Divide(h_out)
273273

274274
if eff_corr := self.cfg('efficiency.reweight'):
275275
for iptjet in range(get_nbins(eff, 0)):

0 commit comments

Comments
 (0)