CMS 3D CMS Logo

Variables
mps_fetch Namespace Reference

Variables

string command = 'mv %s/* %s/ > /dev/null 2>&1' % (theBatchDirectory, theJobDir)
 
 lib = mpslib.jobdatabase()
 
string theBatchDirectory = r"LSFJOB_"+ lib.JOBID[i]
 
string theJobDir = 'jobData/'+lib.JOBDIR[i]
 

Variable Documentation

◆ command

string mps_fetch.command = 'mv %s/* %s/ > /dev/null 2>&1' % (theBatchDirectory, theJobDir)

Definition at line 29 of file mps_fetch.py.

◆ lib

mps_fetch.lib = mpslib.jobdatabase()

Definition at line 18 of file mps_fetch.py.

◆ theBatchDirectory

string mps_fetch.theBatchDirectory = r"LSFJOB_"+ lib.JOBID[i]

Definition at line 27 of file mps_fetch.py.

◆ theJobDir

string mps_fetch.theJobDir = 'jobData/'+lib.JOBDIR[i]

Definition at line 26 of file mps_fetch.py.