Skip to content

Commit

Permalink
Update machine_learning_hep/processer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jochen Klein <[email protected]>
  • Loading branch information
DelloStritto and qgp authored Feb 7, 2025
1 parent 54b15a8 commit 21fd82e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions machine_learning_hep/processer.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,8 @@ def __init__(self, case, datap, run_param, mcordata, p_maxfiles, # pylint: disab
self.lpt_gensk[ipt]) for ipt in range(self.p_nptbins)]
self.lpt_gendecmerged = [os.path.join(self.d_pkl_decmerged, self.lpt_gensk[ipt])
for ipt in range(self.p_nptbins)]
if self.n_gen_sl:
self.mptfiles_gensk_sl = [createlist(self.d_pklsk, self.l_path, \
self.lpt_gensk_sl[ipt]) for ipt in range(self.p_nptbins)]
self.mptfiles_gensk_sl = [createlist(self.d_pklsk, self.l_path,
self.lpt_gensk_sl[ipt]) for ipt in range(self.p_nptbins)] if self.lpt_gensk_sl else None

# self.triggerbit = datap["analysis"][self.typean]["triggerbit"]
self.runlistrigger = runlisttrigger
Expand Down

0 comments on commit 21fd82e

Please sign in to comment.