Go to the source code of this file.
Classes | |
class | heppy_batch.MyBatchManager |
Namespaces | |
heppy_batch | |
Variables | |
tuple | heppy_batch.batchManager = MyBatchManager() |
list | heppy_batch.cfgFileName = args[0] |
tuple | heppy_batch.cfo = imp.load_source("pycfg", cfgFileName, handle) |
tuple | heppy_batch.components = split( [comp for comp in config.components if len(comp.files)>0] ) |
heppy_batch.config = cfo.config | |
tuple | heppy_batch.handle = open(cfgFileName, 'r') |
list | heppy_batch.listOfNames = [comp.name for comp in components] |
tuple | heppy_batch.listOfValues = range(0, len(components)) |
float | heppy_batch.waitingTime = 0.1 |