Functions | |
def | analyzers_by_type (process, types) |
def | esproducers_by_type (process, types) |
def | filters_by_type (process, types) |
def | insert_modules_after (process, target, modules) |
def | insert_modules_before (process, target, modules) |
def | modules_by_type (process, types) |
def | producers_by_type (process, types) |
def | replace_with (fromObj, toObj) |
def | set_prescale (process, path, prescale) |
def common.analyzers_by_type | ( | process, | |
types | |||
) |
def common.esproducers_by_type | ( | process, | |
types | |||
) |
Definition at line 21 of file common.py.
Referenced by customizeHLTforCMSSW.customiseBeamSpotFor2018Input(), and customizeHLTforCMSSW.customiseForOffline().
def common.filters_by_type | ( | process, | |
types | |||
) |
Definition at line 13 of file common.py.
Referenced by customizeHLTforCMSSW.checkHLTfor43774().
def common.insert_modules_after | ( | process, | |
target, | |||
modules | |||
) |
Definition at line 50 of file common.py.
def common.insert_modules_before | ( | process, | |
target, | |||
modules | |||
) |
Definition at line 34 of file common.py.
Referenced by customizeHLTforAlpaka.customizeHLTforAlpakaStatus().
def common.modules_by_type | ( | process, | |
types | |||
) |
def common.replace_with | ( | fromObj, | |
toObj | |||
) |
Replace one object with a different one of the same type. This function replaces the contents of `fromObj` object with those of `toObj`, so all references ot it remain valid.
Definition at line 67 of file common.py.
References str.