Functions | |
def | calledBycmsRun |
def | checkOptionsForBadInput |
Batchmode options. More... | |
def | CMSSWEnvironmentIsCurrent |
def | returnOptionsString |
Variables | |
dictionary | allowedOptions = {} |
tuple | options = VarParsing.VarParsing() |
tuple | ReleaseBase = os.path.join(os.environ['CMSSW_BASE'], "src") |
list | ReleaseVersion = os.environ['CMSSW_VERSION'] |
def ValidationOptions_cff.calledBycmsRun | ( | ) |
Returns true of this python file is being called via cmsRun
Definition at line 157 of file ValidationOptions_cff.py.
References spr.find().
def ValidationOptions_cff.checkOptionsForBadInput | ( | ) |
Batchmode options.
Definition at line 150 of file ValidationOptions_cff.py.
def ValidationOptions_cff.CMSSWEnvironmentIsCurrent | ( | ) |
Make sure that our CMSSW environment doesn't point ot another release!
Definition at line 164 of file ValidationOptions_cff.py.
def ValidationOptions_cff.returnOptionsString | ( | ) |
format the options to be passed on the command line. Used when submitting batch jobs
Definition at line 171 of file ValidationOptions_cff.py.
dictionary ValidationOptions_cff.allowedOptions = {} |
Definition at line 16 of file ValidationOptions_cff.py.
tuple ValidationOptions_cff.options = VarParsing.VarParsing() |
Definition at line 14 of file ValidationOptions_cff.py.
tuple ValidationOptions_cff.ReleaseBase = os.path.join(os.environ['CMSSW_BASE'], "src") |
Definition at line 4 of file ValidationOptions_cff.py.
list ValidationOptions_cff.ReleaseVersion = os.environ['CMSSW_VERSION'] |
Definition at line 5 of file ValidationOptions_cff.py.