![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | chainDump |
Functions | |
| chainDump.get_parser () | |
| chainDump.open_root_file (file_path) | |
| chainDump.load_histograms (root_file, hist_paths) | |
| chainDump.get_counts (hist, rowLabel='Output') | |
| chainDump.get_2D_counts (hist) | |
| chainDump.make_counts_json_dict (in_counts, ref_counts) | |
| chainDump.parse_name_dict (name_dict_as_list) | |
| chainDump.get_text_name (hist_name, name_dict) | |
| chainDump.count_diff (count_in, count_ref, total_in, total_ref, thr_frac, thr_num) | |
| chainDump.compare_ref (json_dict, thr_frac, thr_num) | |
| chainDump.print_counts (json_dict) | |
| chainDump.format_txt_count (count) | |
| chainDump.write_txt_output (json_dict, diff_only=False, printHeader=False) | |
| chainDump.make_light_dict (full_dict, includeL1Counts) | |
| chainDump.main () | |
Variables | |
| str | chainDump.total_events_key = 'TotalEventsProcessed' |
| int | chainDump.column_width = 10 |
| int | chainDump.name_width = 50 |