Functions | |
def | analyzers_by_type (process, types) |
def | esproducers_by_type (process, types) |
def | filters_by_type (process, types) |
def | insert_modules_before (process, target, modules) |
def | producers_by_type (process, types) |
def | replace_with (fromObj, toObj) |
def common.analyzers_by_type | ( | process, | |
types | |||
) |
def common.esproducers_by_type | ( | process, | |
types | |||
) |
def common.filters_by_type | ( | process, | |
types | |||
) |
Definition at line 9 of file common.py.
Referenced by customizeHLTforCMSSW.customiseFor18559().
def common.insert_modules_before | ( | process, | |
target, | |||
modules | |||
) |
Definition at line 22 of file common.py.
def common.producers_by_type | ( | process, | |
types | |||
) |
Definition at line 5 of file common.py.
Referenced by customizeHLTforCMSSW.customiseFor17771(), customizeHLTforCMSSW.customiseFor17792(), customizeHLTforCMSSW.customiseFor17794(), customizeHLTforCMSSW.customiseFor18330(), and customizeHLTforCMSSW.customiseFor18429().
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 39 of file common.py.
References harvestTrackValidationPlots.str.