Variables | |
tuple | log = logging.getLogger(__name__) |
tuple | parser |
string | help = "JSON config specifying the type of plot. [Default: %(default)s]" |
tuple | args = parser.parse_args() |
tuple | json_config = jsonTools.JsonDict(os.path.expandvars(args.json_config)) |
list | tmp_plot_configs = [] |
tuple | tmp_plot_config = copy.deepcopy(json_config) |
tuple | output_filename = tempfile.mkstemp(prefix="limit", suffix=".root") |
dictionary | plot_config = {} |
list | tmp_input_files = [os.path.join(tmp_plot_config["output_dir"], tmp_plot_config["filename"]+".root") for tmp_plot_config in tmp_plot_configs] |
list | root_object_paths = [] |
tuple | plot_indices = range(len(root_object_paths)) |
tuple makePlots_limitComparison.args = parser.parse_args() |
string makePlots_limitComparison.help = "JSON config specifying the type of plot. [Default: %(default)s]" |
tuple makePlots_limitComparison.json_config = jsonTools.JsonDict(os.path.expandvars(args.json_config)) |
tuple makePlots_limitComparison.log = logging.getLogger(__name__) |
tuple makePlots_limitComparison.output_filename = tempfile.mkstemp(prefix="limit", suffix=".root") |
tuple makePlots_limitComparison.parser |
dictionary makePlots_limitComparison.plot_config = {} |
tuple makePlots_limitComparison.plot_indices = range(len(root_object_paths)) |
tuple makePlots_limitComparison.root_object_paths = [] |
list makePlots_limitComparison.tmp_input_files = [os.path.join(tmp_plot_config["output_dir"], tmp_plot_config["filename"]+".root") for tmp_plot_config in tmp_plot_configs] |
tuple makePlots_limitComparison.tmp_plot_config = copy.deepcopy(json_config) |
list makePlots_limitComparison.tmp_plot_configs = [] |