![]() |
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 51 of file MenuComponents.py.
def MenuComponents.AlgNode.__init__ | ( | self, | |
Alg, | |||
inputProp, | |||
outputProp | |||
) |
Definition at line 54 of file MenuComponents.py.
def MenuComponents.AlgNode.__repr__ | ( | self | ) |
Reimplemented from MenuComponents.Node.
Reimplemented in MenuComponents.HypoAlgNode.
Definition at line 100 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 67 of file MenuComponents.py.
|
inherited |
Definition at line 44 of file MenuComponents.py.
|
inherited |
Definition at line 41 of file MenuComponents.py.
def MenuComponents.AlgNode.readInputList | ( | self | ) |
Definition at line 95 of file MenuComponents.py.
def MenuComponents.AlgNode.readOutputList | ( | self | ) |
Definition at line 78 of file MenuComponents.py.
def MenuComponents.AlgNode.setPar | ( | self, | |
propname, | |||
value | |||
) |
Definition at line 59 of file MenuComponents.py.
|
inherited |
Definition at line 31 of file MenuComponents.py.
MenuComponents.AlgNode.inputProp |
Definition at line 57 of file MenuComponents.py.
|
inherited |
Definition at line 32 of file MenuComponents.py.
|
inherited |
Definition at line 30 of file MenuComponents.py.
MenuComponents.AlgNode.outputProp |
Definition at line 56 of file MenuComponents.py.
|
inherited |
Definition at line 33 of file MenuComponents.py.