Functions | |
| def | fast_isdir (path) |
| def | wait_for_stat (path) |
| def | get_scratch_dir () |
| def | mountpoint (path) |
| def | dollar_escape (s) |
| def | parseInt (s) |
| def | create_limited_dataset (defname, run, subruns) |
| def | samweb () |
| def | start_project (defname, default_prjname, max_files, force_snapshot, filelistdef) |
| def | active_projects2 (defname='', dropboxwait=0.) |
| def | active_projects (defname='') |
| def | make_active_project_dataset (defname, dropboxwait, active_defname, wait_defname) |
| def | defExists (defname) |
| def | makeDummyDef (defname) |
| def | addLayerTwo (path, recreate=True) |
| def | default_jobsub_submit_options () |
| def | batch_status_check () |
| def | path_to_srm_url (path) |
| def | safeexist (path) |
| def | saferead (path) |
| def | safecopy (src, dest) |
| def | path_to_url (path) |
| def | path_to_local (path) |
| def | SafeTFile (path) |
| def | expandDefnames (dim) |
| def | tokenizeRPN (dim) |
| def | listFiles (dim) |
| def | makeFileListDefinition (list_or_dim) |
| def | get_singularity (name) |
Variables | |
| myargv = sys.argv | |
| argv | |
| gErrorIgnoreLevel | |
| samweb_obj = None | |
| dictionary | samcache = {} |
| def python.project_utilities.active_projects | ( | defname = '' | ) |
Definition at line 402 of file project_utilities.py.
| def python.project_utilities.active_projects2 | ( | defname = '', |
|
dropboxwait = 0. |
|||
| ) |
Definition at line 349 of file project_utilities.py.
| def python.project_utilities.addLayerTwo | ( | path, | |
recreate = True |
|||
| ) |
Definition at line 539 of file project_utilities.py.
| def python.project_utilities.batch_status_check | ( | ) |
Definition at line 609 of file project_utilities.py.
| def python.project_utilities.create_limited_dataset | ( | defname, | |
| run, | |||
| subruns | |||
| ) |
Definition at line 216 of file project_utilities.py.
| def python.project_utilities.default_jobsub_submit_options | ( | ) |
Definition at line 598 of file project_utilities.py.
| def python.project_utilities.defExists | ( | defname | ) |
Definition at line 513 of file project_utilities.py.
| def python.project_utilities.dollar_escape | ( | s | ) |
Definition at line 162 of file project_utilities.py.
| def python.project_utilities.expandDefnames | ( | dim | ) |
Definition at line 650 of file project_utilities.py.
| def python.project_utilities.fast_isdir | ( | path | ) |
Definition at line 67 of file project_utilities.py.
| def python.project_utilities.get_scratch_dir | ( | ) |
Definition at line 115 of file project_utilities.py.
| def python.project_utilities.get_singularity | ( | name | ) |
Definition at line 932 of file project_utilities.py.
| def python.project_utilities.listFiles | ( | dim | ) |
Definition at line 800 of file project_utilities.py.
| def python.project_utilities.make_active_project_dataset | ( | defname, | |
| dropboxwait, | |||
| active_defname, | |||
| wait_defname | |||
| ) |
Definition at line 438 of file project_utilities.py.
| def python.project_utilities.makeDummyDef | ( | defname | ) |
Definition at line 525 of file project_utilities.py.
| def python.project_utilities.makeFileListDefinition | ( | list_or_dim | ) |
Definition at line 888 of file project_utilities.py.
| def python.project_utilities.mountpoint | ( | path | ) |
Definition at line 143 of file project_utilities.py.
| def python.project_utilities.parseInt | ( | s | ) |
Definition at line 176 of file project_utilities.py.
| def python.project_utilities.path_to_local | ( | path | ) |
Definition at line 637 of file project_utilities.py.
| def python.project_utilities.path_to_srm_url | ( | path | ) |
Definition at line 616 of file project_utilities.py.
| def python.project_utilities.path_to_url | ( | path | ) |
Definition at line 634 of file project_utilities.py.
| def python.project_utilities.safecopy | ( | src, | |
| dest | |||
| ) |
Definition at line 628 of file project_utilities.py.
| def python.project_utilities.safeexist | ( | path | ) |
Definition at line 619 of file project_utilities.py.
| def python.project_utilities.saferead | ( | path | ) |
Definition at line 622 of file project_utilities.py.
| def python.project_utilities.SafeTFile | ( | path | ) |
Definition at line 645 of file project_utilities.py.
| def python.project_utilities.samweb | ( | ) |
Definition at line 258 of file project_utilities.py.
| def python.project_utilities.start_project | ( | defname, | |
| default_prjname, | |||
| max_files, | |||
| force_snapshot, | |||
| filelistdef | |||
| ) |
Definition at line 271 of file project_utilities.py.
| def python.project_utilities.tokenizeRPN | ( | dim | ) |
Definition at line 694 of file project_utilities.py.
| def python.project_utilities.wait_for_stat | ( | path | ) |
Definition at line 83 of file project_utilities.py.
| python.project_utilities.argv |
Definition at line 54 of file project_utilities.py.
| python.project_utilities.gErrorIgnoreLevel |
Definition at line 56 of file project_utilities.py.
| python.project_utilities.myargv = sys.argv |
Definition at line 53 of file project_utilities.py.
| dictionary python.project_utilities.samcache = {} |
Definition at line 62 of file project_utilities.py.
| python.project_utilities.samweb_obj = None |
Definition at line 61 of file project_utilities.py.
1.8.11