Skip to content

Commit fe2b834

Browse files
committed
Fixed next lines
1 parent feb914e commit fe2b834

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

machine_learning_hep/analysis/analyzerdhadrons.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,15 +495,14 @@ def makenormyields(self): # pylint: disable=import-outside-toplevel, too-many-b
495495
self.logger.fatal("Yield file %s could not be found", yield_filename)
496496

497497
fileouteff = f"{self.d_resultsallpmc}/{self.efficiency_filename}{self.case}{self.typean}.root"
498-
fileouteff = "/data8/majak/crosssec/merged_eff_fdd_approvals_fd_0.00_0.00_0.00_0.00_0.00_0.00_0.00_0.00_0.00.root"
499498
if not os.path.exists(fileouteff):
500499
self.logger.fatal("Efficiency file %s could not be found", fileouteff)
501500

502501
fileoutcross = f"{self.d_resultsallpdata}/finalcross{self.case}{self.typean}.root"
503502

504503
namehistoeffprompt = "eff"
505504
namehistoefffeed = "eff_fd"
506-
nameyield = "hRawYields"
505+
nameyield = "hyields0"
507506

508507
histonorm = TH1F("histonorm", "histonorm", 1, 0, 1)
509508

machine_learning_hep/hf_pt_spectrum.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
compute_fraction_dd,
4444
compute_fraction_fc,
4545
compute_fraction_nb,
46-
compute_fraction_dd,
4746
get_hist_binlimits,
4847
)
4948

0 commit comments

Comments
 (0)