Functions | |
def | createMIF |
def | createXML |
def | getFullListOfParameters |
def | getMifParameterMap |
def | getXmlParameterMap |
def | indent |
def | pairwiseGen |
def | parseOfflineLUTfile |
Variables | |
tuple | args = parser.parse_args() |
tuple | caloParams = import_module(moduleName) |
string | moduleName = 'L1Trigger.L1TCalorimeter.' |
tuple | outputFormatGroup = parser.add_mutually_exclusive_group(required=True) |
tuple | parser = argparse.ArgumentParser() |
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 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 |
|||
) |
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 pairwiseGen(), print(), submitPVValidationJobs.split(), and str.
Referenced by getFullListOfParameters().
tuple convertParamsToOnlineFormat.args = parser.parse_args() |
Definition at line 243 of file convertParamsToOnlineFormat.py.
tuple convertParamsToOnlineFormat.caloParams = import_module(moduleName) |
Definition at line 247 of file convertParamsToOnlineFormat.py.
string convertParamsToOnlineFormat.moduleName = 'L1Trigger.L1TCalorimeter.' |
Definition at line 245 of file convertParamsToOnlineFormat.py.
Referenced by algorithm(), HLTObjectsMonitor.analyze(), NearbyPixelClustersAnalyzer.bookModuleHistograms(), TopDecaySubset.checkShowerModel(), HeavyFlavorValidation.dqmBeginRun(), DDTIDRingAlgo.execute(), egHLT::trigTools.getL1SeedFilterOfPath(), pos::PixelPortcardMap.getName(), HLTObjectMonitor.HLTObjectMonitor(), HLTObjectMonitorProtonLead.HLTObjectMonitorProtonLead(), DDTIDRingAlgo.initialize(), PixelToFEDAssociateFromAscii.operator()(), pos::PixelDetectorConfig.PixelDetectorConfig(), and HadronAndPartonSelector.produce().
tuple convertParamsToOnlineFormat.outputFormatGroup = parser.add_mutually_exclusive_group(required=True) |
Definition at line 239 of file convertParamsToOnlineFormat.py.
tuple convertParamsToOnlineFormat.parser = argparse.ArgumentParser() |
Definition at line 234 of file convertParamsToOnlineFormat.py.