|
tuple | makePlots_tauEsStudies.log = logging.getLogger(__name__) |
|
tuple | makePlots_tauEsStudies.parser |
|
string | makePlots_tauEsStudies.help = "Input directory." |
|
list | makePlots_tauEsStudies.default = ["ztt", "zll", "ttj", "vv", "wj", "qcd", "data"] |
|
list | makePlots_tauEsStudies.choices = ["ztt", "zll", "ttj", "vv", "wj", "qcd", "ggh", "qqh", "vh", "htt", "data"] |
|
tuple | makePlots_tauEsStudies.args = parser.parse_args() |
|
list | makePlots_tauEsStudies.list_of_samples = [getattr(samples.Samples, sample) for sample in args.samples] |
|
tuple | makePlots_tauEsStudies.sample_settings = samples.Samples() |
|
list | makePlots_tauEsStudies.bkg_samples = [sample for sample in args.samples if sample != "data" and sample != "htt"] |
|
list | makePlots_tauEsStudies.sample_ztt = [getattr(samples.Samples, "ztt")] |
|
list | makePlots_tauEsStudies.sample_rest = [getattr(samples.Samples, sample) for sample in args.samples if sample != "ztt" ] |
|
list | makePlots_tauEsStudies.es_shifts = [shift for shift in args.es_shifts] |
|
list | makePlots_tauEsStudies.plot_configs = [] |
|
list | makePlots_tauEsStudies.fit_configs = [] |
|
| makePlots_tauEsStudies.channel = args.channel |
|
| makePlots_tauEsStudies.quantity = args.quantity |
|
dictionary | makePlots_tauEsStudies.merged_config = {} |
|
list | makePlots_tauEsStudies.binEdges = [] |
|
tuple | makePlots_tauEsStudies.lowEdge = str(args.pt_ranges[pt_index]) |
|
list | makePlots_tauEsStudies.highEdge = args.pt_ranges[pt_index+1] |
|
string | makePlots_tauEsStudies.ptweight = "(pt_2>" |
|
list | makePlots_tauEsStudies.ztt_configs = [] |
|
dictionary | makePlots_tauEsStudies.rest_config = {} |
|
tuple | makePlots_tauEsStudies.config_rest |
|
tuple | makePlots_tauEsStudies.config_ztt |
|
dictionary | makePlots_tauEsStudies.shift_config = {} |
|
list | makePlots_tauEsStudies.all_samples = [nick for nick in shift_config["nicks"] if not "noplot" in nick] |
|
list | makePlots_tauEsStudies.all_bkgs = [nick for nick in all_samples if not "data" in nick] |
|
list | makePlots_tauEsStudies.all_data = [nick for nick in all_samples if "data" in nick] |
|
list | makePlots_tauEsStudies.config_plotfits = [] |
|
string | makePlots_tauEsStudies.add_result_nick = "noplot_ztt_" |
|
dictionary | makePlots_tauEsStudies.config_plotfit = {} |
|
list | makePlots_tauEsStudies.es_shifts_str = [str(shift) for shift in args.es_shifts] |
|
list | makePlots_tauEsStudies.bkg_samples_used = [(nick + "_" + str(pt_index)) for nick in bkg_samples if (nick + "_" + str(pt_index)) in merged_config["nicks"]] |
|
list | makePlots_tauEsStudies.ztt_nicks = [("ztt_" + str(shift).replace(".", "_") + "_" + str(pt_index)) for shift in args.es_shifts] |
|
dictionary | makePlots_tauEsStudies.config_resultfit = {} |
|