![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, Alg) | |
| addOutput (self, name) | |
| addInput (self, name) | |
| getOutputList (self) | |
| getInputList (self) | |
| __repr__ (self) | |
Public Attributes | |
| tuple | name = ("%sNode")%( Alg.getName() ) |
| Alg = Alg | |
| list | inputs = [] |
| list | outputs = [] |
base class representing one Alg + inputs + outputs, to be used to connect
stores all the inputs, even if repeated (self.inputs)
Definition at line 25 of file MenuComponents.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| MenuComponents.Node.__init__ | ( | self, | |
| Alg ) |
Definition at line 28 of file MenuComponents.py.
| MenuComponents.Node.__repr__ | ( | self | ) |
Definition at line 46 of file MenuComponents.py.
| MenuComponents.Node.addInput | ( | self, | |
| name ) |
Reimplemented in MenuComponents.AlgNode.
Definition at line 37 of file MenuComponents.py.
| MenuComponents.Node.addOutput | ( | self, | |
| name ) |
Reimplemented in MenuComponents.AlgNode, and MenuComponents.HypoAlgNode.
Definition at line 34 of file MenuComponents.py.
| MenuComponents.Node.getInputList | ( | self | ) |
Definition at line 43 of file MenuComponents.py.
| MenuComponents.Node.getOutputList | ( | self | ) |
Definition at line 40 of file MenuComponents.py.
| MenuComponents.Node.Alg = Alg |
Definition at line 30 of file MenuComponents.py.
| list MenuComponents.Node.inputs = [] |
Definition at line 31 of file MenuComponents.py.
| tuple MenuComponents.Node.name = ("%sNode")%( Alg.getName() ) |
Definition at line 29 of file MenuComponents.py.
| list MenuComponents.Node.outputs = [] |
Definition at line 32 of file MenuComponents.py.