Functions | |
def | createMIF (aFilePath, aValue) |
def | createXML (parameters, contextId, outputFilePath) |
def | getFullListOfParameters (aModule) |
def | getMifParameterMap (aModule) |
def | getXmlParameterMap (aModule) |
def | indent (elem, level=0) |
def | pairwiseGen (aList) |
def | parseOfflineLUTfile (aRelPath, aExpectedSize, aPaddingValue=None, aTruncate=False) |
Variables | |
action | |
args | |
caloParams | |
help | |
moduleName | |
outputFormatGroup | |
parser | |
required | |
def convertParamsToOnlineFormat.createMIF | ( | aFilePath, | |
aValue | |||
) |
Definition at line 196 of file convertParamsToOnlineFormat.py.
References join(), print(), and str.
def convertParamsToOnlineFormat.createXML | ( | parameters, | |
contextId, | |||
outputFilePath | |||
) |
Definition at line 210 of file convertParamsToOnlineFormat.py.
References indent(), join(), print(), and str.
def convertParamsToOnlineFormat.getFullListOfParameters | ( | aModule | ) |
Definition at line 82 of file convertParamsToOnlineFormat.py.
References electrons_cff.bool, createfilelist.int, and parseOfflineLUTfile().
Referenced by getMifParameterMap(), and getXmlParameterMap().
def convertParamsToOnlineFormat.getMifParameterMap | ( | aModule | ) |
Definition at line 173 of file convertParamsToOnlineFormat.py.
References getFullListOfParameters().
def convertParamsToOnlineFormat.getXmlParameterMap | ( | aModule | ) |
Definition at line 161 of file convertParamsToOnlineFormat.py.
References getFullListOfParameters().
def convertParamsToOnlineFormat.indent | ( | elem, | |
level = 0 |
|||
) |
Definition at line 181 of file convertParamsToOnlineFormat.py.
Referenced by createXML().
def convertParamsToOnlineFormat.pairwiseGen | ( | aList | ) |
Definition at line 13 of file convertParamsToOnlineFormat.py.
Referenced by parseOfflineLUTfile().
def convertParamsToOnlineFormat.parseOfflineLUTfile | ( | aRelPath, | |
aExpectedSize, | |||
aPaddingValue = None , |
|||
aTruncate = False |
|||
) |
Definition at line 17 of file convertParamsToOnlineFormat.py.
References createfilelist.int, pairwiseGen(), print(), submitPVValidationJobs.split(), and str.
Referenced by getFullListOfParameters().
convertParamsToOnlineFormat.action |
Definition at line 240 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.args |
Definition at line 243 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.caloParams |
Definition at line 247 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.help |
Definition at line 236 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.moduleName |
Definition at line 245 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.outputFormatGroup |
Definition at line 239 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.parser |
Definition at line 234 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.required |
Definition at line 239 of file convertParamsToOnlineFormat.py.