CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions | Variables
heppy_batch.py File Reference

Go to the source code of this file.

Classes

class  heppy_batch.MyBatchManager
 

Namespaces

 heppy_batch
 

Functions

def heppy_batch.batchScriptCERN
 
def heppy_batch.batchScriptIC
 
def heppy_batch.batchScriptLocal
 
def heppy_batch.batchScriptPADOVA
 
def heppy_batch.batchScriptPISA
 
def heppy_batch.batchScriptPSI
 

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