Public Member Functions | |
def | __init__ |
def | isChosen |
Private Member Functions | |
def | _applyNewProcessModifiers |
def | _setChosen |
Private Attributes | |
__chain | |
__chosen | |
|
private |
Should only be called by cms.Process instances applies list of accumulated changes to the process
Definition at line 1136 of file Config.py.
References Config.ModifierChain.__chain.
|
private |
Should only be called by cms.Process instances
Definition at line 1141 of file Config.py.
References Config.ModifierChain.__chain, Config.Modifier.__chosen, and Config.ModifierChain.__chosen.
def Config.ModifierChain.isChosen | ( | self | ) |
Definition at line 1146 of file Config.py.
References Config.Modifier.__chosen, and Config.ModifierChain.__chosen.
|
private |
Definition at line 1135 of file Config.py.
Referenced by Config.ModifierChain._applyNewProcessModifiers(), and Config.ModifierChain._setChosen().
|
private |
Definition at line 1134 of file Config.py.
Referenced by Config.ModifierChain._setChosen(), and Config.ModifierChain.isChosen().