ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
Functions | |
def | copytemplate (template, jobindex) |
def | replacestringinfile (filename, stringbefore, stringafter) |
def | writetemplate () |
def | writescript () |
Variables | |
string | PATH = '/homes/jaehyeokyoo/RPV/ra4_macros_heller' |
list | VARLIST |
tuple | newfilename = copytemplate('TEMPLATE.cmd', vartype) |
def make_rpv_snippets.copytemplate | ( | template, | |
jobindex | |||
) |
Copy template to rundir
Definition at line 6 of file make_rpv_snippets.py.
def make_rpv_snippets.replacestringinfile | ( | filename, | |
stringbefore, | |||
stringafter | |||
) |
Replace placeholders in template
Definition at line 13 of file make_rpv_snippets.py.
def make_rpv_snippets.writescript | ( | ) |
Write script for condor jobs
Definition at line 35 of file make_rpv_snippets.py.
def make_rpv_snippets.writetemplate | ( | ) |
Output template
Definition at line 21 of file make_rpv_snippets.py.
tuple make_rpv_snippets.newfilename = copytemplate('TEMPLATE.cmd', vartype) |
Definition at line 86 of file make_rpv_snippets.py.
tuple make_rpv_snippets.PATH = '/homes/jaehyeokyoo/RPV/ra4_macros_heller' |
Definition at line 49 of file make_rpv_snippets.py.
list make_rpv_snippets.VARLIST |
Definition at line 50 of file make_rpv_snippets.py.