Variables | |
tuple | log = logging.getLogger(__name__) |
tuple | parser |
string | help = "Limit input ROOT files." |
tuple | args = parser.parse_args() |
list | plot_configs = [] |
list | root_file_content = [] |
dictionary | parsed_root_file_content = {} |
tuple | folder = os.path.dirname(path) |
tuple | histogram = os.path.basename(path) |
tuple | histogram_parts = histogram.split("_") |
list | process = histogram_parts[0] |
string | uncertainty = "_" |
index = None | |
tuple | shift_up = uncertainty.endswith("Up") |
tuple | shift_down = uncertainty.endswith("Down") |
dictionary | config = {} |
output_dir = args.output_dir | |
tuple | higgs_plotter = higgsplot.HiggsPlotter(list_of_config_dicts=plot_configs, list_of_args_strings=[args.args], n_processes=args.n_processes, n_plots=args.n_plots) |
tuple makePlots_shapeUncertainties.args = parser.parse_args() |
dictionary makePlots_shapeUncertainties.config = {} |
tuple makePlots_shapeUncertainties.folder = os.path.dirname(path) |
string makePlots_shapeUncertainties.help = "Limit input ROOT files." |
tuple makePlots_shapeUncertainties.higgs_plotter = higgsplot.HiggsPlotter(list_of_config_dicts=plot_configs, list_of_args_strings=[args.args], n_processes=args.n_processes, n_plots=args.n_plots) |
tuple makePlots_shapeUncertainties.histogram = os.path.basename(path) |
tuple makePlots_shapeUncertainties.histogram_parts = histogram.split("_") |
int makePlots_shapeUncertainties.index = None |
tuple makePlots_shapeUncertainties.log = logging.getLogger(__name__) |
tuple makePlots_shapeUncertainties.output_dir = args.output_dir |
dictionary makePlots_shapeUncertainties.parsed_root_file_content = {} |
tuple makePlots_shapeUncertainties.parser |
list makePlots_shapeUncertainties.plot_configs = [] |
list makePlots_shapeUncertainties.process = histogram_parts[0] |
tuple makePlots_shapeUncertainties.root_file_content = [] |
tuple makePlots_shapeUncertainties.shift_down = uncertainty.endswith("Down") |
tuple makePlots_shapeUncertainties.shift_up = uncertainty.endswith("Up") |
list makePlots_shapeUncertainties.uncertainty = "_" |