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 197 of file convertParamsToOnlineFormat.py.
def convertParamsToOnlineFormat.createXML | ( | parameters, | |
contextId, | |||
outputFilePath | |||
) |
Definition at line 211 of file convertParamsToOnlineFormat.py.
def convertParamsToOnlineFormat.getFullListOfParameters | ( | aModule | ) |
Definition at line 83 of file convertParamsToOnlineFormat.py.
References electrons_cff.bool, createfilelist.int, and parseOfflineLUTfile().
Referenced by getMifParameterMap(), and getXmlParameterMap().
def convertParamsToOnlineFormat.getMifParameterMap | ( | aModule | ) |
Definition at line 174 of file convertParamsToOnlineFormat.py.
References getFullListOfParameters().
def convertParamsToOnlineFormat.getXmlParameterMap | ( | aModule | ) |
Definition at line 162 of file convertParamsToOnlineFormat.py.
References getFullListOfParameters().
def convertParamsToOnlineFormat.indent | ( | elem, | |
level = 0 |
|||
) |
def convertParamsToOnlineFormat.pairwiseGen | ( | aList | ) |
Definition at line 14 of file convertParamsToOnlineFormat.py.
Referenced by parseOfflineLUTfile().
def convertParamsToOnlineFormat.parseOfflineLUTfile | ( | aRelPath, | |
aExpectedSize, | |||
aPaddingValue = None , |
|||
aTruncate = False |
|||
) |
Definition at line 18 of file convertParamsToOnlineFormat.py.
References createfilelist.int, pairwiseGen(), print(), submitPVValidationJobs.split(), and str.
Referenced by getFullListOfParameters().
convertParamsToOnlineFormat.action |
Definition at line 241 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.args |
Definition at line 244 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.caloParams |
Definition at line 248 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.help |
Definition at line 237 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.moduleName |
Definition at line 246 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.outputFormatGroup |
Definition at line 240 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.parser |
Definition at line 235 of file convertParamsToOnlineFormat.py.
convertParamsToOnlineFormat.required |
Definition at line 240 of file convertParamsToOnlineFormat.py.