Functions | |
def | get_all_ids_names |
def | get_his_data |
def | get_used_binaries |
def | main |
def mps_parse_pedechi2hist.get_all_ids_names | ( | mps_db | ) |
Returns two lists containing the mille job IDs and the associated names. Arguments: - `mps_db`: path to the MPS database file
Definition at line 75 of file mps_parse_pedechi2hist.py.
Referenced by main().
def mps_parse_pedechi2hist.get_his_data | ( | his_file | ) |
Parse the pede histogram file. Arguments: - `his_file`: pede histogram file
Definition at line 121 of file mps_parse_pedechi2hist.py.
Referenced by main().
def mps_parse_pedechi2hist.get_used_binaries | ( | cfg, | |
no_binary_check | |||
) |
Returns list of used binary IDs. Arguments: - `cfg`: python config used to run the pede job - `no_binary_check`: if 'True' a check for file existence is skipped
Definition at line 91 of file mps_parse_pedechi2hist.py.
Referenced by main().
def mps_parse_pedechi2hist.main | ( | argv = None | ) |
Main routine of the script. Arguments: - `argv`: arguments passed to the main routine
Definition at line 27 of file mps_parse_pedechi2hist.py.
References get_all_ids_names(), get_his_data(), get_used_binaries(), and join().