![]() |
ATLAS Offline Software
|
Public Member Functions | |
| def | __init__ (self, Alg, inputProp, outputProp) |
| def | setPar (self, propname, value) |
| def | addOutput (self, name) |
| def | readOutputList (self) |
| def | addInput (self, name) |
| def | readInputList (self) |
| def | __repr__ (self) |
| def | getOutputList (self) |
| def | getInputList (self) |
Public Attributes | |
| outputProp | |
| inputProp | |
| name | |
| Alg | |
| inputs | |
| outputs | |
Node class that represent an algorithm: sets R/W handles (as unique input/output) and properties as parameters
Automatically de-duplicates input ReadHandles upon repeated calls to addInput.
Definition at line 50 of file MenuComponents.py.
| def MenuComponents.AlgNode.__init__ | ( | self, | |
| Alg, | |||
| inputProp, | |||
| outputProp | |||
| ) |
Definition at line 53 of file MenuComponents.py.
| def MenuComponents.AlgNode.__repr__ | ( | self | ) |
Reimplemented from MenuComponents.Node.
Reimplemented in MenuComponents.HypoAlgNode.
Definition at line 99 of file MenuComponents.py.
| def MenuComponents.AlgNode.addInput | ( | self, | |
| name | |||
| ) |
| def MenuComponents.AlgNode.addOutput | ( | self, | |
| name | |||
| ) |
Reimplemented from MenuComponents.Node.
Reimplemented in MenuComponents.HypoAlgNode.
Definition at line 66 of file MenuComponents.py.
|
inherited |
Definition at line 43 of file MenuComponents.py.
|
inherited |
Definition at line 40 of file MenuComponents.py.
| def MenuComponents.AlgNode.readInputList | ( | self | ) |
Definition at line 94 of file MenuComponents.py.
| def MenuComponents.AlgNode.readOutputList | ( | self | ) |
Definition at line 77 of file MenuComponents.py.
| def MenuComponents.AlgNode.setPar | ( | self, | |
| propname, | |||
| value | |||
| ) |
Definition at line 58 of file MenuComponents.py.
|
inherited |
Definition at line 30 of file MenuComponents.py.
| MenuComponents.AlgNode.inputProp |
Definition at line 56 of file MenuComponents.py.
|
inherited |
Definition at line 31 of file MenuComponents.py.
|
inherited |
Definition at line 29 of file MenuComponents.py.
| MenuComponents.AlgNode.outputProp |
Definition at line 55 of file MenuComponents.py.
|
inherited |
Definition at line 32 of file MenuComponents.py.
1.8.18