Functions | |
def | compare |
def | compare_TProfile |
def | compareMP |
def | create_dif |
def | create_dir |
def | flatten_file |
def | get_node_name |
def | get_output_filename |
def | get_run_nr |
def | get_string_suffix |
def | is_blacklisted |
def | save_paths |
def | save_to_file |
def | traverse_till_end |
Variables | |
tuple | args = parser.parse_args() |
string | cmssw_version = '_' |
tuple | parser |
def compareHistograms.compare | ( | shared_paths, | |
pr_flat_dict, | |||
base_flat_dict, | |||
paths_to_save_in_pr, | |||
paths_to_save_in_base | |||
) |
Definition at line 162 of file compareHistograms.py.
References compare_TProfile().
def compareHistograms.compare_TProfile | ( | pr_item, | |
base_item | |||
) |
Definition at line 198 of file compareHistograms.py.
References sistrip::SpyUtilities.range().
Referenced by compare(), and compareMP().
def compareHistograms.compareMP | ( | shared_paths, | |
pr_flat_dict, | |||
base_flat_dict, | |||
iProc, | |||
return_dict | |||
) |
Definition at line 123 of file compareHistograms.py.
References bitset_utilities.append(), and compare_TProfile().
def compareHistograms.create_dif | ( | base_file_path, | |
pr_file_path, | |||
pr_number, | |||
test_number, | |||
cmssw_version, | |||
num_processes, | |||
output_dir_path | |||
) |
Definition at line 13 of file compareHistograms.py.
References flatten_file(), get_output_filename(), get_run_nr(), reco::helper::VirtualJetProducerHelper.intersection(), join(), print(), sistrip::SpyUtilities.range(), and save_paths().
def compareHistograms.create_dir | ( | parent_dir, | |
name | |||
) |
def compareHistograms.flatten_file | ( | file, | |
run_nr | |||
) |
Definition at line 223 of file compareHistograms.py.
References traverse_till_end().
Referenced by create_dif().
def compareHistograms.get_node_name | ( | node | ) |
Definition at line 243 of file compareHistograms.py.
References get_string_suffix(), and submitPVValidationJobs.split().
Referenced by traverse_till_end().
def compareHistograms.get_output_filename | ( | input_file_path, | |
pr_number, | |||
test_number, | |||
cmssw_version, | |||
isPr | |||
) |
Definition at line 306 of file compareHistograms.py.
References python.rootplot.root2matplotlib.replace(), and submitPVValidationJobs.split().
Referenced by create_dif().
def compareHistograms.get_run_nr | ( | file_path | ) |
Definition at line 329 of file compareHistograms.py.
References submitPVValidationJobs.split().
Referenced by create_dif().
def compareHistograms.get_string_suffix | ( | ) |
Definition at line 251 of file compareHistograms.py.
Referenced by get_node_name(), and is_blacklisted().
def compareHistograms.is_blacklisted | ( | dirs_list, | |
run_nr | |||
) |
Definition at line 254 of file compareHistograms.py.
References blacklist.get_blacklist(), get_string_suffix(), and python.rootplot.root2matplotlib.replace().
Referenced by traverse_till_end().
def compareHistograms.save_paths | ( | flat_dict, | |
paths, | |||
result_file_path | |||
) |
Definition at line 263 of file compareHistograms.py.
References print(), and save_to_file().
Referenced by create_dif().
def compareHistograms.save_to_file | ( | flat_dict, | |
path, | |||
output_file | |||
) |
Definition at line 287 of file compareHistograms.py.
References create_dir().
Referenced by save_paths().
def compareHistograms.traverse_till_end | ( | node, | |
dirs_list, | |||
result, | |||
run_nr | |||
) |
Definition at line 233 of file compareHistograms.py.
References get_node_name(), and is_blacklisted().
Referenced by flatten_file().
tuple compareHistograms.args = parser.parse_args() |
Definition at line 342 of file compareHistograms.py.
string compareHistograms.cmssw_version = '_' |
Definition at line 344 of file compareHistograms.py.
tuple compareHistograms.parser |
Definition at line 333 of file compareHistograms.py.