|  | ATLAS Offline Software
    | 
| Public Member Functions | |
| def | __init__ (self, tree_id, tree_pid, clique=-1, chainPartInd=-1, multiplicity=1, condargs=[], invert=False) | 
| def | __str__ (self) | 
| Public Attributes | |
| tree_id | |
| tree_pid | |
| clique | |
| chainPartInd | |
| multiplicity | |
| condargs | |
| 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.
| def 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.
| def python.RepeatedConditionParams.RepeatedConditionParams.__str__ | ( | self | ) | 
| python.RepeatedConditionParams.RepeatedConditionParams.chainPartInd | 
Definition at line 21 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.clique | 
Definition at line 20 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.condargs | 
Definition at line 26 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.invert | 
Definition at line 27 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.multiplicity | 
Definition at line 22 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.tree_id | 
Definition at line 18 of file RepeatedConditionParams.py.
| python.RepeatedConditionParams.RepeatedConditionParams.tree_pid | 
Definition at line 19 of file RepeatedConditionParams.py.
 1.8.18
 1.8.18