Functions | |
def | convert_keys_to_string |
def | fix_run |
def | get_json_files |
def | load_steps_and_workflows |
Variables | |
tuple | steps = Steps() |
tuple | workflows = Matrix() |
def relval_machine.convert_keys_to_string | ( | dictionary | ) |
Recursively converts dictionary keys to strings. Utility to help deal with unicode keys in dictionaries created from json requests. In order to pass dict to function as **kwarg we should transform key/value to str.
Definition at line 34 of file relval_machine.py.
References python.multivaluedict.dict, and python.multivaluedict.map().
Referenced by load_steps_and_workflows().
def relval_machine.fix_run | ( | run | ) |
Definition at line 24 of file relval_machine.py.
References python.rootplot.root2matplotlib.replace(), and split.
Referenced by load_steps_and_workflows().
def relval_machine.get_json_files | ( | ) |
def relval_machine.load_steps_and_workflows | ( | ) |
Definition at line 48 of file relval_machine.py.
References convert_keys_to_string(), fix_run(), and get_json_files().
tuple relval_machine.steps = Steps() |
Definition at line 8 of file relval_machine.py.
Referenced by HLTMuonValidator.dqmBeginRun(), TrackingMaterialPlotter.fill_gradient(), MuonResiduals5DOFFitter.fit(), MuonResiduals6DOFFitter.fit(), MuonResiduals6DOFrphiFitter.fit(), XHistogram.splitSegment(), HLTMuonValidator.stepLabels(), CosmicMuonUtilities.stepPropagate(), and CSCGasCollisions.writeSummary().
tuple relval_machine.workflows = Matrix() |
Definition at line 7 of file relval_machine.py.