CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
heppy_check Namespace Reference

Variables

list badDirs = []
 
list cmd = [options.batch, '-J', dir, ' < batchScript.sh' ]
 
string cmds = ' '
 
 default = None,
 
list dirs = sys.argv[1:]
 
string help = "batch command for resubmission"
 
tuple logFile = open(logName)
 
string logName = '/'
 
int nEvents = -1
 
tuple oldPwd = os.getcwd()
 
tuple parser
 

Variable Documentation

list heppy_check.badDirs = []

Definition at line 27 of file heppy_check.py.

list heppy_check.cmd = [options.batch, '-J', dir, ' < batchScript.sh' ]

Definition at line 61 of file heppy_check.py.

string heppy_check.cmds = ' '

Definition at line 63 of file heppy_check.py.

heppy_check.default = None,

Definition at line 16 of file heppy_check.py.

list heppy_check.dirs = sys.argv[1:]
string heppy_check.help = "batch command for resubmission"

Definition at line 17 of file heppy_check.py.

tuple heppy_check.logFile = open(logName)

Definition at line 39 of file heppy_check.py.

Referenced by MillePedeFileReader.readMillePedeLogFile().

string heppy_check.logName = '/'

Definition at line 34 of file heppy_check.py.

tuple heppy_check.nEvents = -1

Definition at line 40 of file heppy_check.py.

tuple heppy_check.oldPwd = os.getcwd()

Definition at line 59 of file heppy_check.py.

tuple heppy_check.parser
Initial value:
1 = OptionParser(usage='%prog <target_directories> [options]',
2  description='Check one or more chunck folders. Wildcard (*) can be used to specify multiple directories')

Definition at line 12 of file heppy_check.py.