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) |
def convertParamsToOnlineFormat.createMIF | ( | aFilePath, | |
aValue | |||
) |
Definition at line 171 of file convertParamsToOnlineFormat.py.
References join(), and harvestTrackValidationPlots.str.
Referenced by createXML().
def convertParamsToOnlineFormat.createXML | ( | parameters, | |
contextId, | |||
outputFilePath | |||
) |
Definition at line 185 of file convertParamsToOnlineFormat.py.
References createMIF(), getMifParameterMap(), getXmlParameterMap(), indent(), join(), and harvestTrackValidationPlots.str.
def convertParamsToOnlineFormat.getFullListOfParameters | ( | aModule | ) |
Definition at line 69 of file convertParamsToOnlineFormat.py.
References electrons_cff.bool, createfilelist.int, and parseOfflineLUTfile().
Referenced by getMifParameterMap(), and getXmlParameterMap().
def convertParamsToOnlineFormat.getMifParameterMap | ( | aModule | ) |
Definition at line 148 of file convertParamsToOnlineFormat.py.
References getFullListOfParameters().
Referenced by createXML().
def convertParamsToOnlineFormat.getXmlParameterMap | ( | aModule | ) |
Definition at line 136 of file convertParamsToOnlineFormat.py.
References getFullListOfParameters().
Referenced by createXML().
def convertParamsToOnlineFormat.indent | ( | elem, | |
level = 0 |
|||
) |
Definition at line 156 of file convertParamsToOnlineFormat.py.
Referenced by createXML().
def convertParamsToOnlineFormat.pairwiseGen | ( | aList | ) |
Definition at line 12 of file convertParamsToOnlineFormat.py.
Referenced by parseOfflineLUTfile().
def convertParamsToOnlineFormat.parseOfflineLUTfile | ( | aRelPath | ) |
Definition at line 16 of file convertParamsToOnlineFormat.py.
References createfilelist.int, pairwiseGen(), and split.
Referenced by getFullListOfParameters().