Variables | |
tuple | log = logging.getLogger(__name__) |
tuple | parser |
string | help = "Input directory." |
list | default = ["tt", "mt", "et", "em", "mm"] |
tuple | args = parser.parse_args() |
list | list_of_samples = [getattr(samples.Samples, sample) for sample in args.samples] |
tuple | sample_settings = samples.Samples() |
tuple | binnings_settings = binnings.BinningsDict() |
list | plot_configs = [] |
string | global_category_string = "catHtt13TeV" |
string | global_cut_type = "baseline" |
tuple | channels_background_methods = zip(args.channels, args.background_method) |
dictionary | channel_config = {} |
string | cut_type = "mssm2016" |
tuple | category_string = (global_category_string + "_{channel}_{category}") |
dictionary | json_config = {} |
list | json_filenames = [os.path.join(args.json_dir, "13TeV", channel_dir, quantity + ".json") for channel_dir in [channel, "default"]] |
tuple | json_filename = os.path.expandvars(json_filename) |
tuple | quantity = json_config.pop("x_expressions", [quantity]) |
dictionary | config_kwargs |
tuple | config_up |
tuple | config_down |
tuple | config_nominal |
tuple | config = copy.deepcopy(config_up) |
binning_string = None | |
string | binnings_key = "{binning_string}{channel}{category}_{quantity}" |
channel = channel, | |
tuple | category = (("_"+category) if category else "") |
tuple makePlots_theoryUncertainties.args = parser.parse_args() |
tuple makePlots_theoryUncertainties.binning_string = None |
string makePlots_theoryUncertainties.binnings_key = "{binning_string}{channel}{category}_{quantity}" |
tuple makePlots_theoryUncertainties.binnings_settings = binnings.BinningsDict() |
tuple makePlots_theoryUncertainties.category = (("_"+category) if category else "") |
makePlots_theoryUncertainties.category_string = (global_category_string + "_{channel}_{category}") |
makePlots_theoryUncertainties.channel = channel, |
dictionary makePlots_theoryUncertainties.channel_config = {} |
tuple makePlots_theoryUncertainties.channels_background_methods = zip(args.channels, args.background_method) |
tuple makePlots_theoryUncertainties.config = copy.deepcopy(config_up) |
tuple makePlots_theoryUncertainties.config_down |
dictionary makePlots_theoryUncertainties.config_kwargs |
tuple makePlots_theoryUncertainties.config_nominal |
tuple makePlots_theoryUncertainties.config_up |
string makePlots_theoryUncertainties.cut_type = "mssm2016" |
string makePlots_theoryUncertainties.default = ["tt", "mt", "et", "em", "mm"] |
string makePlots_theoryUncertainties.global_category_string = "catHtt13TeV" |
string makePlots_theoryUncertainties.global_cut_type = "baseline" |
string makePlots_theoryUncertainties.help = "Input directory." |
tuple makePlots_theoryUncertainties.json_config = {} |
tuple makePlots_theoryUncertainties.json_filename = os.path.expandvars(json_filename) |
list makePlots_theoryUncertainties.json_filenames = [os.path.join(args.json_dir, "13TeV", channel_dir, quantity + ".json") for channel_dir in [channel, "default"]] |
list makePlots_theoryUncertainties.list_of_samples = [getattr(samples.Samples, sample) for sample in args.samples] |
tuple makePlots_theoryUncertainties.log = logging.getLogger(__name__) |
tuple makePlots_theoryUncertainties.parser |
list makePlots_theoryUncertainties.plot_configs = [] |
makePlots_theoryUncertainties.quantity = json_config.pop("x_expressions", [quantity]) |
tuple makePlots_theoryUncertainties.sample_settings = samples.Samples() |