Variables | |
tuple | log = logging.getLogger(__name__) |
tuple | parser |
string | help = "Input directory." |
list | default = ["mt"] |
tuple | args = vars(parser.parse_args()) |
dictionary | channel_renamings |
dictionary | category_renamings |
dictionary | label_renamings |
list | harry_configs = [] |
list | harry_args = [] |
list | systematic_shifts = [(systematics.Nominal, "", 0.0)] |
tuple | sample_settings = samples.Samples() |
list | list_of_samples = [] |
tuple | name = name%channel_renamings.get(channel, channel) |
category = None | |
tuple | config |
tuple | higgs_plotter = higgsplot.HiggsPlotter(list_of_config_dicts=harry_configs, list_of_args_strings=harry_args, n_processes=args["n_processes"], n_plots=args["n_plots"]) |
tuple | root_outputs = list(set([output for output in tools.flattenList(higgs_plotter.output_filenames) if output.endswith(".root")])) |
string | command = "hadd -f %s %s" |
tuple makePlots_limitInputs.args = vars(parser.parse_args()) |
makePlots_limitInputs.category = None |
dictionary makePlots_limitInputs.category_renamings |
dictionary makePlots_limitInputs.channel_renamings |
string makePlots_limitInputs.command = "hadd -f %s %s" |
tuple makePlots_limitInputs.config |
list makePlots_limitInputs.default = ["mt"] |
list makePlots_limitInputs.harry_args = [] |
list makePlots_limitInputs.harry_configs = [] |
string makePlots_limitInputs.help = "Input directory." |
tuple makePlots_limitInputs.higgs_plotter = higgsplot.HiggsPlotter(list_of_config_dicts=harry_configs, list_of_args_strings=harry_args, n_processes=args["n_processes"], n_plots=args["n_plots"]) |
dictionary makePlots_limitInputs.label_renamings |
list makePlots_limitInputs.list_of_samples = [] |
tuple makePlots_limitInputs.log = logging.getLogger(__name__) |
tuple makePlots_limitInputs.name = name%channel_renamings.get(channel, channel) |
tuple makePlots_limitInputs.parser |
tuple makePlots_limitInputs.root_outputs = list(set([output for output in tools.flattenList(higgs_plotter.output_filenames) if output.endswith(".root")])) |
tuple makePlots_limitInputs.sample_settings = samples.Samples() |
list makePlots_limitInputs.systematic_shifts = [(systematics.Nominal, "", 0.0)] |