|
babymaker
e95a6a9342d4604277fe7cc6149b6b5b24447d89
|
Variables | |
| string | infolder = "/net/cms2/cms2r0/babymaker/babies/2016_02_09/mc/T5tttt/" |
| string | outfolder = "mergedGluStop/" |
| string | runfolder = outfolder+"run/" |
| list | inputfiles = [i for i in os.listdir(infolder) if "SMS" in i] |
| int | njobs = 50 |
| tuple | files_job = (len(inputfiles)+njobs-1) |
| int | ifile = 0 |
| int | ijob = 0 |
| string | exename = runfolder+"/merge_glu_stop_" |
| tuple | fexe = open(exename,"w") |
| string | cmd = "JobSubmit.csh ./run/wrapper.sh ./" |
| string send_merge_glu_stop.cmd = "JobSubmit.csh ./run/wrapper.sh ./" |
Definition at line 38 of file send_merge_glu_stop.py.
| string send_merge_glu_stop.exename = runfolder+"/merge_glu_stop_" |
Definition at line 31 of file send_merge_glu_stop.py.
| tuple send_merge_glu_stop.fexe = open(exename,"w") |
Definition at line 32 of file send_merge_glu_stop.py.
| tuple send_merge_glu_stop.files_job = (len(inputfiles)+njobs-1) |
Definition at line 23 of file send_merge_glu_stop.py.
| int send_merge_glu_stop.ifile = 0 |
Definition at line 24 of file send_merge_glu_stop.py.
| int send_merge_glu_stop.ijob = 0 |
Definition at line 25 of file send_merge_glu_stop.py.
| string send_merge_glu_stop.infolder = "/net/cms2/cms2r0/babymaker/babies/2016_02_09/mc/T5tttt/" |
Definition at line 12 of file send_merge_glu_stop.py.
| list send_merge_glu_stop.inputfiles = [i for i in os.listdir(infolder) if "SMS" in i] |
Definition at line 19 of file send_merge_glu_stop.py.
| int send_merge_glu_stop.njobs = 50 |
Definition at line 22 of file send_merge_glu_stop.py.
| string send_merge_glu_stop.outfolder = "mergedGluStop/" |
Definition at line 13 of file send_merge_glu_stop.py.
| string send_merge_glu_stop.runfolder = outfolder+"run/" |
Definition at line 14 of file send_merge_glu_stop.py.
1.8.11