Skip to content

Commit

Permalink
Plot Run 3 D0 MC for all pt jet bins
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Sep 20, 2024
1 parent b10444e commit e41c3ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion machine_learning_hep/plotting/plot_jetsubstructure_run3.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,8 @@ def plot(self):
l_spec = []
if plot_run3_d0_sd_hf_sim:
l_spec.append(self.species)
if plot_incl and plot_run3_d0_sd_incl_sim and iptjet == 2:
# if plot_incl and plot_run3_d0_sd_incl_sim and iptjet == 2:
if plot_incl and plot_run3_d0_sd_incl_sim:
l_spec.append("incl")
l_src = ["monash", "mode2"]
for s_spec in l_spec:
Expand Down

0 comments on commit e41c3ea

Please sign in to comment.