Skip to content

Commit

Permalink
change back 2lss 4t bin variable to lj0pt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyi Wan committed Dec 20, 2024
1 parent b0840e5 commit aa6923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/topeft_run2/datacards_post_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def main():
channelname = lep_ch_name + "_" + jet + "j_ptz"
elif args.tau_flag and ("1tau_onZ" in lep_ch_name):
channelname = lep_ch_name + "_" + jet + "j_ptz_wtau"
elif args.fwd_flag and ("2lss" in lep_ch_name):
elif args.fwd_flag and ("fwd" in lep_ch_name or "2lss_p" in lep_ch_name or "2lss_m" in lep_ch_name):
channelname = lep_ch_name + "_" + jet + "j_lt"
else:
channelname = lep_ch_name + "_" + jet + "j_lj0pt"
Expand Down

0 comments on commit aa6923e

Please sign in to comment.