CMS 3D CMS Logo

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

Variables

tuple commands = commandString.lstrip()
 
string commandString = options.prefix+" cmsRun"
 
tuple config = file(python_config_filename,"w")
 
tuple configBuilder = ConfigBuilder(options, with_output = True, with_input = True)
 
tuple expanded = process.dumpPython()
 
tuple expandedFile = file(python_config_filename,"w")
 
list process = result["process"]
 
dictionary result = {}
 

Variable Documentation

tuple cmsDriver.commands = commandString.lstrip()
string cmsDriver.commandString = options.prefix+" cmsRun"

Definition at line 37 of file cmsDriver.py.

tuple cmsDriver.config = file(python_config_filename,"w")
tuple cmsDriver.configBuilder = ConfigBuilder(options, with_output = True, with_input = True)

Definition at line 12 of file cmsDriver.py.

tuple cmsDriver.expanded = process.dumpPython()

Definition at line 26 of file cmsDriver.py.

tuple cmsDriver.expandedFile = file(python_config_filename,"w")

Definition at line 27 of file cmsDriver.py.

list cmsDriver.process = result["process"]

Definition at line 25 of file cmsDriver.py.

dictionary cmsDriver.result = {}

Definition at line 23 of file cmsDriver.py.