![]() |
![]() |
Public Member Functions | |
def | __init__ (self, chainedModifiers) |
def | copyAndExclude (self, toExclude) |
def | isChosen (self) |
Private Member Functions | |
def | __copyIfExclude (self, toExclude) |
def | _applyNewProcessModifiers (self, process) |
def | _isOrContains (self, other) |
def | _setChosen (self) |
Private Attributes | |
__chain | |
__chosen | |
def Config.ModifierChain.__init__ | ( | self, | |
chainedModifiers | |||
) |
|
private |
Definition at line 1258 of file Config.py.
References Config.Modifier._isOrContains(), Config.ModifierChain._isOrContains(), and Config.ModifierChain.copyAndExclude().
|
private |
Should only be called by cms.Process instances applies list of accumulated changes to the process
Definition at line 1232 of file Config.py.
References Config.ModifierChain.__chain.
|
private |
Definition at line 1267 of file Config.py.
References Config.ModifierChain.__chain.
Referenced by Config.ModifierChain.__copyIfExclude().
|
private |
Should only be called by cms.Process instances
Definition at line 1237 of file Config.py.
References Config.ModifierChain.__chain, Config.Modifier.__chosen, and Config.ModifierChain.__chosen.
def Config.ModifierChain.copyAndExclude | ( | self, | |
toExclude | |||
) |
Creates a new ModifierChain which is a copy of this ModifierChain but excludes any Modifier or ModifierChain in the list toExclude. The exclusion is done recursively down the chain.
Definition at line 1244 of file Config.py.
References Config.ModifierChain.__chain.
Referenced by Config.ModifierChain.__copyIfExclude().
def Config.ModifierChain.isChosen | ( | self | ) |
Definition at line 1242 of file Config.py.
References Config.Modifier.__chosen, and Config.ModifierChain.__chosen.
|
private |
Definition at line 1231 of file Config.py.
Referenced by Config.ModifierChain._applyNewProcessModifiers(), Config.ModifierChain._isOrContains(), Config.ModifierChain._setChosen(), and Config.ModifierChain.copyAndExclude().
|
private |
Definition at line 1230 of file Config.py.
Referenced by Config.ModifierChain._setChosen(), and Config.ModifierChain.isChosen().