![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, tree_id, tree_pid, clique=-1, chainPartInd=-1, multiplicity=1, condargs=[], invert=False) | |
| __str__ (self) | |
Public Attributes | |
| tree_id = tree_id | |
| tree_pid = tree_pid | |
| clique = clique | |
| chainPartInd = chainPartInd | |
| multiplicity = multiplicity | |
| condargs = condargs | |
| invert = invert | |
Class used to transport parameters required to construct a RepeatedCondition object. These parameters are the toolfactory keys to construct the elemental conditions and their constructor values, and the integer ids for the tree and parent nodes.
Definition at line 9 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.__init__ | ( | self, | |
| tree_id, | |||
| tree_pid, | |||
| clique = -1, | |||
| chainPartInd = -1, | |||
| multiplicity = 1, | |||
| condargs = [], | |||
| invert = False ) |
Definition at line 16 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.__str__ | ( | self | ) |
Definition at line 31 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.chainPartInd = chainPartInd |
Definition at line 23 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.clique = clique |
Definition at line 22 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.condargs = condargs |
Definition at line 28 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.invert = invert |
Definition at line 29 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.multiplicity = multiplicity |
Definition at line 24 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.tree_id = tree_id |
Definition at line 20 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.tree_pid = tree_pid |
Definition at line 21 of file RepeatedConditionParams.py.