Functions | |
def | get_all_ids_names (mps_db) |
def | get_his_data (his_file) |
def | get_used_binaries (cfg, no_binary_check) |
def | main (argv=None) |
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 77 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 117 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 93 of file mps_parse_pedechi2hist.py.
References createfilelist.int.
Referenced by main().
Main routine of the script. Arguments: - `argv`: arguments passed to the main routine
Definition at line 29 of file mps_parse_pedechi2hist.py.
References get_all_ids_names(), get_his_data(), get_used_binaries(), join(), and edm.print().