Skip to content

Instantly share code, notes, and snippets.

@wiso
Created February 3, 2016 13:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wiso/b7688a4af60c9033f803 to your computer and use it in GitHub Desktop.
Save wiso/b7688a4af60c9033f803 to your computer and use it in GitHub Desktop.
plot simone's plots
"""
# 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