CMS 3D CMS Logo

Namespaces | Variables

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/Configuration/PyReleaseValidation/python/cmsDriverOptions.py File Reference

Go to the source code of this file.

Namespaces

namespace  cmsDriverOptions

Variables

string cmsDriverOptions::action = "store_true"
 cmsDriverOptions::addEndJob = True
tuple cmsDriverOptions::conditionsSP = options.conditions.split(',')
list cmsDriverOptions::conditionsType = conditionsSP[1]
int cmsDriverOptions::counter = 0
string cmsDriverOptions::default = "ALL"
string cmsDriverOptions::dest = "step"
tuple cmsDriverOptions::expertSettings = optparse.OptionGroup(parser, '===============\n Expert Options', 'Caution: please use only if you know what you are doing.')
tuple cmsDriverOptions::famosSettings = optparse.OptionGroup(parser, '===============\n FastSimulation options', '')
string cmsDriverOptions::fileraw = ''
dictionary cmsDriverOptions::filesuffix = {"LHE": "lhe", "EDM": "root", "MCDB": ""}
tuple cmsDriverOptions::first_step = trimmedStep.split(',')
string cmsDriverOptions::help = "The desired step. The possible values are: "
int cmsDriverOptions::isFirst = 0
 cmsDriverOptions::isHarvesting = False
 cmsDriverOptions::isOther = False
tuple cmsDriverOptions::parser = optparse.OptionParser(usage)
dictionary cmsDriverOptions::prec_step
 Check parameters for validity #.
 cmsDriverOptions::python_config_filename = standardFileName
tuple cmsDriverOptions::s_list = options.step.split(',')
string cmsDriverOptions::secondfilestr = ''
string cmsDriverOptions::standardFileName = ""
list cmsDriverOptions::step = stepSP[0]
tuple cmsDriverOptions::step_list = options.step.split(',')
tuple cmsDriverOptions::stepSP = s.split(':')
tuple cmsDriverOptions::trimmedEvtType = options.evt_type.split('/')
string cmsDriverOptions::trimmedStep = ''
 cmsDriverOptions::usage = \
tuple cmsDriverOptions::wrSP = options.fileout.split('.')
tuple cmsDriverOptions::wrSPLen = len(wrSP)