| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

JobConfig::JobConfig Class Reference

List of all members.

Public Member Functions

def __init__

Detailed Description

Describe a NuWa Production Job

Definition at line 7 of file JobConfig.py.


Member Function Documentation

def JobConfig::JobConfig::__init__ (   self,
  name = "Undefined Job",
  command = "nuwa.py",
  hasStats = False,
  addStats = False,
  makeFigures = False,
  addIndex = False,
  addRun = False 
)

Constructor

Definition at line 9 of file JobConfig.py.

00016                               :
00017         """Constructor"""
00018         self.name = name
00019         self.command = command
00020         self.hasStats = hasStats 
00021         self.addStats = addStats 
00022         self.makeFigures = makeFigures
00023         self.addIndex = addIndex
00024         self.addRun = addRun
00025         return
00026 
jobConfigs = {}


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:10:14 2011 for ProcessManager by doxygen 1.4.7