-
-
Save wiso/b7688a4af60c9033f803 to your computer and use it in GitHub Desktop.
plot simone's plots
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
# COMPARE (PASS EXO - PASS HIGG) VS (PASS HIGGS) DATA AND MC | |
folder_1 = "compare_data_higgs_exot_not_higgs" | |
prefix_1 = "data_exot_not_higgs_" | |
folder_2 = "compare_mc_gg_higgs_exot_not_higgs" | |
prefix_2 = "mc_exot_not_higgs_" | |
folder_3 = "compare_data_mc_exot_not_higgs" | |
prefix_3 = "data_mc_exot_not_higgs_" | |
folder_4 = "compare_data_mc_higgs" | |
prefix_4 = "data_mc_higgs_" | |
title = r"Comparing ((exotic not higgs) vs higgs) $\times$ (data vs mc) $\times$ mass region" | |
""" | |
# COMPARE (ABS PT, LOOSE ISOL) VS (ABS PT, TIGHT ISOL) | |
# TODO HERE | |
folder_1 = "compare_data_graviton_tight_isol" | |
prefix_1 = "data_exot_not_higgs_" | |
folder_2 = "compare_mc_gg_higgs_exot_not_higgs" | |
prefix_2 = "mc_exot_not_higgs_" | |
folder_3 = "compare_data_mc_exot_not_higgs" | |
prefix_3 = "data_mc_exot_not_higgs_" | |
folder_4 = "compare_data_mc_higgs" | |
prefix_4 = "data_mc_higgs_" | |
title = r"Comparing (loose isol vs tight isol) $\times$ (data vs mc) with abs pT cut $\times$ mass region" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment