Skip to content

Commit 489b585

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent e36cc38 commit 489b585

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

machine_learning_hep/analysis/analyzerdhadrons_mult.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def _fit_mass(self, hist, filename=None):
296296

297297
return (fit_res, func_sig, func_bkg)
298298

299-
# pylint: disable=too-many-branches,too-many-statements,too-many-nested-blocks
299+
# pylint: disable=too-many-branches,too-many-statements,too-many-nested-blocks, too-many-locals
300300
def fit(self):
301301
self.logger.info("Fitting inclusive mass distributions")
302302
gStyle.SetOptFit(1111)

machine_learning_hep/processer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ def __init__(
353353

354354
# Analysis cuts (loaded in self.process_histomass)
355355
self.analysis_cuts = None
356+
self.analysis_mult_cuts = None
356357
# Flag if they should be used
357358
self.do_custom_analysis_cuts = datap["analysis"][self.typean].get("use_cuts", False)
358359

0 commit comments

Comments
 (0)