Functions | |
| def | ifdh_cp (source, destination) | 
| def | ifdh_ls (path, depth) | 
| def | ifdh_ll (path, depth) | 
| def | ifdh_mkdir (path) | 
| def | ifdh_rmdir (path) | 
| def | ifdh_chmod (path, mode) | 
| def | ifdh_mv (src, dest) | 
| def | ifdh_rm (path) | 
| def | posix_cp (source, destination) | 
| def | wait_for_subprocess (jobinfo, q, input=None) | 
| def | test_ticket () | 
| def | get_kca () | 
| def | get_proxy () | 
| def | test_kca () | 
| def | test_proxy () | 
| def | test_jobsub () | 
| def | dcache_server () | 
| def | dcache_path (path) | 
| def | xrootd_server_port () | 
| def | xrootd_uri (path) | 
| def | gridftp_uri (path) | 
| def | srm_uri (path) | 
| def | nfs_server () | 
| def | parse_mode (mode_str) | 
| def | get_experiment () | 
| def | get_role () | 
| def | get_ups_products () | 
| def | get_setup_script_path () | 
| def | dimensions (project, stage, ana=False) | 
| def | dimensions_datastream (project, stage, ana=False, index=0) | 
| def | get_prouser () | 
| def | get_bluearc_server () | 
| def | get_dcache_server () | 
| def | get_dropbox (filename) | 
| def | get_sam_metadata (project, stage) | 
| def | get_user () | 
| def | check_running (xmlname, stagename) | 
| def | convert_str (s) | 
| def | convert_bytes (s) | 
Variables | |
| bool | ticket_ok = False | 
| bool | kca_ok = False | 
| bool | proxy_ok = False | 
| string | kca_user = '' | 
| bool | jobsub_ok = False | 
| def python.larbatch_utilities.check_running | ( | xmlname, | |
| stagename | |||
| ) | 
Definition at line 1098 of file larbatch_utilities.py.
| def python.larbatch_utilities.convert_bytes | ( | s | ) | 
Definition at line 1210 of file larbatch_utilities.py.
| def python.larbatch_utilities.convert_str | ( | s | ) | 
Definition at line 1173 of file larbatch_utilities.py.
| def python.larbatch_utilities.dcache_path | ( | path | ) | 
Definition at line 746 of file larbatch_utilities.py.
| def python.larbatch_utilities.dcache_server | ( | ) | 
Definition at line 739 of file larbatch_utilities.py.
| def python.larbatch_utilities.dimensions | ( | project, | |
| stage, | |||
ana = False  | 
        |||
| ) | 
Definition at line 940 of file larbatch_utilities.py.
| def python.larbatch_utilities.dimensions_datastream | ( | project, | |
| stage, | |||
ana = False,  | 
        |||
index = 0  | 
        |||
| ) | 
Definition at line 946 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_bluearc_server | ( | ) | 
Definition at line 977 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_dcache_server | ( | ) | 
Definition at line 984 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_dropbox | ( | filename | ) | 
Definition at line 992 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_experiment | ( | ) | 
Definition at line 878 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_kca | ( | ) | 
Definition at line 561 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_prouser | ( | ) | 
Definition at line 970 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_proxy | ( | ) | 
Definition at line 590 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_role | ( | ) | 
Definition at line 900 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_sam_metadata | ( | project, | |
| stage | |||
| ) | 
Definition at line 1000 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_setup_script_path | ( | ) | 
Definition at line 933 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_ups_products | ( | ) | 
Definition at line 925 of file larbatch_utilities.py.
| def python.larbatch_utilities.get_user | ( | ) | 
Definition at line 1007 of file larbatch_utilities.py.
| def python.larbatch_utilities.gridftp_uri | ( | path | ) | 
Definition at line 770 of file larbatch_utilities.py.
| def python.larbatch_utilities.ifdh_chmod | ( | path, | |
| mode | |||
| ) | 
Definition at line 330 of file larbatch_utilities.py.
| def python.larbatch_utilities.ifdh_cp | ( | source, | |
| destination | |||
| ) | 
Definition at line 92 of file larbatch_utilities.py.
| def python.larbatch_utilities.ifdh_ll | ( | path, | |
| depth | |||
| ) | 
Definition at line 186 of file larbatch_utilities.py.
| def python.larbatch_utilities.ifdh_ls | ( | path, | |
| depth | |||
| ) | 
Definition at line 137 of file larbatch_utilities.py.
| def python.larbatch_utilities.ifdh_mkdir | ( | path | ) | 
Definition at line 234 of file larbatch_utilities.py.
| def python.larbatch_utilities.ifdh_mv | ( | src, | |
| dest | |||
| ) | 
Definition at line 378 of file larbatch_utilities.py.
| def python.larbatch_utilities.ifdh_rm | ( | path | ) | 
Definition at line 426 of file larbatch_utilities.py.
| def python.larbatch_utilities.ifdh_rmdir | ( | path | ) | 
Definition at line 282 of file larbatch_utilities.py.
| def python.larbatch_utilities.nfs_server | ( | ) | 
Definition at line 791 of file larbatch_utilities.py.
| def python.larbatch_utilities.parse_mode | ( | mode_str | ) | 
Definition at line 798 of file larbatch_utilities.py.
| def python.larbatch_utilities.posix_cp | ( | source, | |
| destination | |||
| ) | 
Definition at line 474 of file larbatch_utilities.py.
| def python.larbatch_utilities.srm_uri | ( | path | ) | 
Definition at line 780 of file larbatch_utilities.py.
| def python.larbatch_utilities.test_jobsub | ( | ) | 
Definition at line 712 of file larbatch_utilities.py.
| def python.larbatch_utilities.test_kca | ( | ) | 
Definition at line 632 of file larbatch_utilities.py.
| def python.larbatch_utilities.test_proxy | ( | ) | 
Definition at line 684 of file larbatch_utilities.py.
| def python.larbatch_utilities.test_ticket | ( | ) | 
Definition at line 549 of file larbatch_utilities.py.
| def python.larbatch_utilities.wait_for_subprocess | ( | jobinfo, | |
| q, | |||
input = None  | 
        |||
| ) | 
Definition at line 538 of file larbatch_utilities.py.
| def python.larbatch_utilities.xrootd_server_port | ( | ) | 
Definition at line 753 of file larbatch_utilities.py.
| def python.larbatch_utilities.xrootd_uri | ( | path | ) | 
Definition at line 760 of file larbatch_utilities.py.
| bool python.larbatch_utilities.jobsub_ok = False | 
Definition at line 88 of file larbatch_utilities.py.
| bool python.larbatch_utilities.kca_ok = False | 
Definition at line 85 of file larbatch_utilities.py.
| string python.larbatch_utilities.kca_user = '' | 
Definition at line 87 of file larbatch_utilities.py.
| bool python.larbatch_utilities.proxy_ok = False | 
Definition at line 86 of file larbatch_utilities.py.
| bool python.larbatch_utilities.ticket_ok = False | 
Definition at line 84 of file larbatch_utilities.py.
 1.8.11