Functions | |
def | analyzers_by_type |
def | esproducers_by_type |
def | filters_by_type |
def | producers_by_type |
def | replace_with |
def common.esproducers_by_type | ( | process, | |
types | |||
) |
Definition at line 15 of file common.py.
Referenced by customizeHLTforCMSSW.customiseFor14833(), customizeHLTforCMSSW.customiseFor16670(), and customizeHLTTrackingForPhaseI2017.customizeHLTPhaseIPixelGeom().
def common.producers_by_type | ( | process, | |
types | |||
) |
Definition at line 3 of file common.py.
Referenced by customizeHLTforCMSSW.customiseFor13753(), customizeHLTforCMSSW.customiseFor15440(), customizeHLTforCMSSW.customiseFor15499(), customizeHLTforCMSSW.customiseFor16792(), customizeHLTforCMSSW.customiseFor17098(), customizeHLTforCMSSW.customiseFor17170(), customizeHLTforHighPU.customizeHLTforHighPU(), and customizeHLTTrackingForPhaseI2017.customizeHLTPhaseIPixelGeom().
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 21 of file common.py.
Referenced by customizeHLTTrackingForPhaseI2017.customizeHLTForPFTrackingPhaseI2017().