![]() |
ATLAS Offline Software
|
Functions | |
| load_selected_matrix (root_file, matrix_name, selected_vars, with_errors=True) | |
| plot_matrix (selected_matrix, errors_matrix, selected_vars, title, output_name, colorbar_label) | |
Variables | |
| parser = argparse.ArgumentParser(description='Plot correlation, counts, and L1TopoScore matrices from a ROOT file.') | |
| type | |
| str | |
| help | |
| nargs | |
| args = parser.parse_args() | |
| file = ROOT.TFile.Open(args.file_name) | |
| rates | |
| rates_err | |
| selected_vars | |
| with_errors | |
| counts | |
| _ | |
| topo | |
| topo_err | |
| L1TopoRatesCalculator_submatrix_plotter.load_selected_matrix | ( | root_file, | |
| matrix_name, | |||
| selected_vars, | |||
| with_errors = True ) |
Definition at line 10 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.plot_matrix | ( | selected_matrix, | |
| errors_matrix, | |||
| selected_vars, | |||
| title, | |||
| output_name, | |||
| colorbar_label ) |
Definition at line 30 of file L1TopoRatesCalculator_submatrix_plotter.py.
|
protected |
Definition at line 75 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.args = parser.parse_args() |
Definition at line 65 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.counts |
Definition at line 75 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.file = ROOT.TFile.Open(args.file_name) |
Definition at line 67 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.help |
Definition at line 63 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.nargs |
Definition at line 64 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.parser = argparse.ArgumentParser(description='Plot correlation, counts, and L1TopoScore matrices from a ROOT file.') |
Definition at line 62 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.rates |
Definition at line 71 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.rates_err |
Definition at line 71 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.selected_vars |
Definition at line 71 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.str |
Definition at line 63 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.topo |
Definition at line 79 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.topo_err |
Definition at line 79 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.type |
Definition at line 63 of file L1TopoRatesCalculator_submatrix_plotter.py.
| L1TopoRatesCalculator_submatrix_plotter.with_errors |
Definition at line 71 of file L1TopoRatesCalculator_submatrix_plotter.py.